Uses of Interface
com.atlassian.bamboo.labels.Labelling
Packages that use Labelling
Package
Description
-
Uses of Labelling in com.atlassian.bamboo.labels
Classes in com.atlassian.bamboo.labels that implement LabellingMethods in com.atlassian.bamboo.labels that return LabellingModifier and TypeMethodDescription@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 LabellingModifier and TypeMethodDescriptionLabelDao.findLabellingByUser
(String userName) LabelHibernateDao.findLabellingByUser
(String userName) LabelDao.findLabels
(ImmutablePlan plan) LabelDao.findLabels
(Project project) LabelHibernateDao.findLabels
(ImmutablePlan plan) LabelHibernateDao.findLabels
(Project project) Methods in com.atlassian.bamboo.labels with parameters of type LabellingModifier and TypeMethodDescriptionstatic boolean
LabelFunctions.isPlanRelated
(Labelling labelling) static boolean
LabelFunctions.isProjectRelated
(Labelling labelling) void
Removes the labelling from the persistent layervoid
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 LabellingModifier and TypeMethodDescriptionLabelParser.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 LabellingMethods in com.atlassian.bamboo.migration.stream that return LabellingModifier and TypeMethodDescriptionprotected @NotNull Labelling
LabellingMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream that return types with arguments of type LabellingMethods in com.atlassian.bamboo.migration.stream with parameters of type LabellingModifier and TypeMethodDescriptionprotected 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 LabellingMethods in com.atlassian.bamboo.migration.stream.build that return types with arguments of type Labelling -
Uses of Labelling in com.atlassian.bamboo.plan
Fields in com.atlassian.bamboo.plan with type parameters of type LabellingModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.ListAttribute<AbstractPlan,
Labelling> AbstractPlan_.labellings
Methods in com.atlassian.bamboo.plan that return types with arguments of type LabellingModifier and TypeMethodDescriptionAbstractPlan.getLabellings()
Plan.getLabellings()
Deprecated.3.4AbstractPlan.getRelatedLabellings()
Plan.getRelatedLabellings()
Returns labellings that are applicable for the plan levelMethod parameters in com.atlassian.bamboo.plan with type arguments of type LabellingModifier and TypeMethodDescriptionvoid
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 LabellingModifier and TypeMethodDescriptionAbstractImmutablePlan.getLabellings()
ImmutableResultsSummaryImpl.getLabellings()
AbstractImmutablePlan.getRelatedLabellings()
-
Uses of Labelling in com.atlassian.bamboo.project
Fields in com.atlassian.bamboo.project with type parameters of type LabellingModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.ListAttribute<DefaultProject,
Labelling> DefaultProject_.labellings
Methods in com.atlassian.bamboo.project that return types with arguments of type LabellingModifier and TypeMethodDescriptionDefaultProject.getLabellings()
Project.getLabellings()
DefaultProject.getRelatedLabellings()
Project.getRelatedLabellings()
Method parameters in com.atlassian.bamboo.project with type arguments of type LabellingModifier and TypeMethodDescriptionvoid
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 LabellingModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.ListAttribute<AbstractResultsSummary,
Labelling> AbstractResultsSummary_.labellings
Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type LabellingModifier and TypeMethodDescriptionAbstractResultsSummary.getLabellings()
ImmutableResultsSummary.getLabellings()
Tags / labels associated with the buildMethod parameters in com.atlassian.bamboo.resultsummary with type arguments of type LabellingModifier and TypeMethodDescriptionvoid
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 LabellingModifier and TypeMethodDescriptionstatic @NotNull com.google.common.base.Predicate<Labelling>
BambooPredicates.labelNameIn
(@NotNull Iterable<String> labelNames)