Uses of Interface
com.atlassian.bamboo.labels.Labelling
Package
Description
-
Uses of Labelling in com.atlassian.bamboo.labels
Modifier 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) Modifier 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) Modifier 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) Modifier and TypeMethodDescriptionLabelParser.extractLabelsFromLabellings
(@Nullable List<Labelling> labellings) -
Uses of Labelling in com.atlassian.bamboo.migration.stream
Modifier and TypeMethodDescriptionprotected @NotNull Labelling
LabellingMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Modifier 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
-
Uses of Labelling in com.atlassian.bamboo.plan
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.ListAttribute<AbstractPlan,
Labelling> AbstractPlan_.labellings
Modifier and TypeMethodDescriptionAbstractPlan.getLabellings()
Plan.getLabellings()
Deprecated.3.4AbstractPlan.getRelatedLabellings()
Plan.getRelatedLabellings()
Returns labellings that are applicable for the plan levelModifier and TypeMethodDescriptionvoid
AbstractPlan.setLabellings
(List<Labelling> labellings) void
Plan.setLabellings
(List<Labelling> labellings) -
Uses of Labelling in com.atlassian.bamboo.plan.cache
Modifier and TypeMethodDescriptionAbstractImmutablePlan.getLabellings()
ImmutableResultsSummaryImpl.getLabellings()
AbstractImmutablePlan.getRelatedLabellings()
-
Uses of Labelling in com.atlassian.bamboo.project
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.ListAttribute<DefaultProject,
Labelling> DefaultProject_.labellings
Modifier and TypeMethodDescriptionDefaultProject.getLabellings()
Project.getLabellings()
DefaultProject.getRelatedLabellings()
Project.getRelatedLabellings()
Modifier and TypeMethodDescriptionvoid
DefaultProject.setLabellings
(List<Labelling> labellings) void
Project.setLabellings
(List<Labelling> labellings) -
Uses of Labelling in com.atlassian.bamboo.resultsummary
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.ListAttribute<AbstractResultsSummary,
Labelling> AbstractResultsSummary_.labellings
Modifier and TypeMethodDescriptionAbstractResultsSummary.getLabellings()
ImmutableResultsSummary.getLabellings()
Tags / labels associated with the buildModifier and TypeMethodDescriptionvoid
AbstractResultsSummary.setLabellings
(List<Labelling> labellings) -
Uses of Labelling in com.atlassian.bamboo.utils
Modifier and TypeMethodDescriptionstatic @NotNull com.google.common.base.Predicate<Labelling>
BambooPredicates.labelNameIn
(@NotNull Iterable<String> labelNames)