Uses of Interface
com.atlassian.bamboo.labels.Labelling
-
-
Uses of Labelling in com.atlassian.bamboo.labels
Classes in com.atlassian.bamboo.labels that implement Labelling Modifier and Type Class Description class
LabellingImpl
Methods in com.atlassian.bamboo.labels that return Labelling Modifier and Type Method Description @Nullable Labelling
LabelDao. findLabellingByBuild(Label label, ImmutablePlan plan)
@Nullable Labelling
LabelDao. findLabellingByBuild(String name, String namespace, ImmutablePlan plan)
@Nullable Labelling
LabelHibernateDao. findLabellingByBuild(Label label, ImmutablePlan plan)
@Nullable Labelling
LabelHibernateDao. findLabellingByBuild(String name, String namespace, ImmutablePlan plan)
@Nullable Labelling
LabelDao. findLabellingByProject(Label label, Project project)
@Nullable Labelling
LabelHibernateDao. findLabellingByProject(Label label, Project project)
@Nullable Labelling
LabelDao. findLabellingByResultsSummary(Label label, ResultsSummary resultsSummary)
@Nullable Labelling
LabelDao. findLabellingByResultsSummary(String name, String namespace, ResultsSummary buildResultsSummary)
@Nullable Labelling
LabelHibernateDao. findLabellingByResultsSummary(Label label, ResultsSummary resultsSummary)
@Nullable Labelling
LabelHibernateDao. findLabellingByResultsSummary(String name, String namespace, ResultsSummary buildResultsSummary)
Methods in com.atlassian.bamboo.labels that return types with arguments of type Labelling Modifier and Type Method Description @NotNull List<Labelling>
LabelDao. findLabellingByUser(String userName)
@NotNull List<Labelling>
LabelHibernateDao. findLabellingByUser(String userName)
@NotNull List<Labelling>
LabelDao. findLabels(ImmutablePlan plan)
@NotNull List<Labelling>
LabelDao. findLabels(Project project)
@NotNull List<Labelling>
LabelHibernateDao. findLabels(ImmutablePlan plan)
@NotNull List<Labelling>
LabelHibernateDao. findLabels(Project project)
Methods in com.atlassian.bamboo.labels with parameters of type Labelling Modifier and Type Method Description static boolean
LabelFunctions. isPlanRelated(Labelling labelling)
static boolean
LabelFunctions. isProjectRelated(Labelling labelling)
void
LabelDao. remove(@NotNull Labelling labelling)
Removes the labelling from the persistent layervoid
LabelHibernateDao. remove(@NotNull Labelling labelling)
void
LabelDao. saveLabelling(@NotNull Labelling labelling)
void
LabelHibernateDao. saveLabelling(@NotNull Labelling labelling)
void
LabelManager. saveLabelling(Labelling labelling)
Saves a specific labelling - does not do any validation or checking.void
LabelManagerImpl. saveLabelling(Labelling labelling)
Method parameters in com.atlassian.bamboo.labels with type arguments of type Labelling Modifier and Type Method Description static @NotNull List<Label>
LabelParser. extractLabelsFromLabellings(@Nullable List<Labelling> labellings)
-
Uses of Labelling in com.atlassian.bamboo.migration.stream
Fields in com.atlassian.bamboo.migration.stream with type parameters of type Labelling Modifier and Type Field Description protected List<Labelling>
AbstractPlanMapper. labels
Methods in com.atlassian.bamboo.migration.stream that return Labelling Modifier and Type Method Description protected @NotNull Labelling
LabellingMapper. createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Methods in com.atlassian.bamboo.migration.stream that return types with arguments of type Labelling Modifier and Type Method Description List<Labelling>
AbstractResultSummaryMapper. getLabels()
Methods in com.atlassian.bamboo.migration.stream with parameters of type Labelling Modifier and Type Method Description protected void
LabellingMapper. exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull Labelling object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean)
protected void
LabellingMapper. importProperties(@NotNull Labelling object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session)
-
Uses of Labelling in com.atlassian.bamboo.migration.stream.build
Fields in com.atlassian.bamboo.migration.stream.build with type parameters of type Labelling Modifier and Type Field Description protected List<Labelling>
ProjectMapper. labels
Methods in com.atlassian.bamboo.migration.stream.build that return types with arguments of type Labelling Modifier and Type Method Description List<Labelling>
ChainStageResultMapper. getLabels()
-
Uses of Labelling in com.atlassian.bamboo.plan
Fields in com.atlassian.bamboo.plan with type parameters of type Labelling Modifier and Type Field Description static javax.persistence.metamodel.ListAttribute<AbstractPlan,Labelling>
AbstractPlan_. labellings
Methods in com.atlassian.bamboo.plan that return types with arguments of type Labelling Modifier and Type Method Description @NotNull List<Labelling>
AbstractPlan. getLabellings()
@NotNull List<Labelling>
Plan. getLabellings()
Deprecated.3.4@NotNull List<Labelling>
AbstractPlan. getRelatedLabellings()
@NotNull List<Labelling>
Plan. getRelatedLabellings()
Returns labellings that are applicable for the plan levelMethod parameters in com.atlassian.bamboo.plan with type arguments of type Labelling Modifier and Type Method Description void
AbstractPlan. setLabellings(List<Labelling> labellings)
void
Plan. setLabellings(List<Labelling> labellings)
-
Uses of Labelling in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache that return types with arguments of type Labelling Modifier and Type Method Description @NotNull List<Labelling>
AbstractImmutablePlan. getLabellings()
List<Labelling>
ImmutableResultsSummaryImpl. getLabellings()
@NotNull List<Labelling>
AbstractImmutablePlan. getRelatedLabellings()
-
Uses of Labelling in com.atlassian.bamboo.project
Fields in com.atlassian.bamboo.project with type parameters of type Labelling Modifier and Type Field Description static javax.persistence.metamodel.ListAttribute<DefaultProject,Labelling>
DefaultProject_. labellings
Methods in com.atlassian.bamboo.project that return types with arguments of type Labelling Modifier and Type Method Description List<Labelling>
DefaultProject. getLabellings()
List<Labelling>
Project. getLabellings()
List<Labelling>
DefaultProject. getRelatedLabellings()
List<Labelling>
Project. getRelatedLabellings()
Method parameters in com.atlassian.bamboo.project with type arguments of type Labelling Modifier and Type Method Description void
DefaultProject. setLabellings(List<Labelling> labellings)
void
Project. setLabellings(List<Labelling> labellings)
-
Uses of Labelling in com.atlassian.bamboo.resultsummary
Fields in com.atlassian.bamboo.resultsummary with type parameters of type Labelling Modifier and Type Field Description static javax.persistence.metamodel.ListAttribute<AbstractResultsSummary,Labelling>
AbstractResultsSummary_. labellings
Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type Labelling Modifier and Type Method Description List<Labelling>
AbstractResultsSummary. getLabellings()
List<Labelling>
ImmutableResultsSummary. getLabellings()
Tags / labels associated with the buildMethod parameters in com.atlassian.bamboo.resultsummary with type arguments of type Labelling Modifier and Type Method Description void
AbstractResultsSummary. setLabellings(List<Labelling> labellings)
-
Uses of Labelling in com.atlassian.bamboo.utils
Methods in com.atlassian.bamboo.utils that return types with arguments of type Labelling Modifier and Type Method Description static @NotNull com.google.common.base.Predicate<Labelling>
BambooPredicates. labelNameIn(@NotNull Iterable<String> labelNames)
-