Uses of Interface
com.atlassian.bamboo.labels.Label
Packages that use Label
Package
Description
-
Uses of Label in com.atlassian.bamboo.labels
Classes in com.atlassian.bamboo.labels that implement LabelMethods in com.atlassian.bamboo.labels that return LabelModifier and TypeMethodDescription@Nullable Label
LabelDao.findLabelByNameAndNamespace
(String name, String namespace) @Nullable Label
LabelHibernateDao.findLabelByNameAndNamespace
(String name, String namespace) LabelCount.getLabel()
LabelCountImpl.getLabel()
Labelling.getLabel()
LabellingImpl.getLabel()
Methods in com.atlassian.bamboo.labels that return types with arguments of type LabelModifier and TypeMethodDescriptionLabelParser.extractLabelsFromLabellings
(@Nullable List<Labelling> labellings) LabelDao.findLabelsByNameAndNamespace
(List<String> names, String namespace) Find any labels that match the names in the specic namespaceLabelHibernateDao.findLabelsByNameAndNamespace
(List<String> names, String namespace) LabelDao.findPlanLabels
(String namespace) Finds labels that are *only* plan level labellings matching the namespace.LabelDao.findPlanLabels
(String namespace, @NotNull PlanIdentifier plan) Finds labels that are *only* plan level labellings matching the namespace and associated with a plan.LabelHibernateDao.findPlanLabels
(String namespace) LabelHibernateDao.findPlanLabels
(String namespace, @NotNull PlanIdentifier plan) LabelManager.getAllPlanLabels()
All labels used on a plan levelLabelManagerImpl.getAllPlanLabels()
LabelManager.getLabelsByName
(List<String> labelNames) Gets list of labels based on label namesLabelManagerImpl.getLabelsByName
(List<String> labelNames) LabelManager.getPlanLabels
(@NotNull ImmutablePlan plan) Get labels defined for a planLabelManagerImpl.getPlanLabels
(@NotNull ImmutablePlan plan) Methods in com.atlassian.bamboo.labels with parameters of type LabelModifier and TypeMethodDescriptionint
@Nullable Labelling
LabelDao.findLabellingByBuild
(Label label, ImmutablePlan plan) @Nullable Labelling
LabelHibernateDao.findLabellingByBuild
(Label label, 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
LabelHibernateDao.findLabellingByResultsSummary
(Label label, ResultsSummary resultsSummary) long
LabelDao.getUsageCountForLabel
(Label label) long
LabelHibernateDao.getUsageCountForLabel
(Label label) void
void
void
void
void
void
Method parameters in com.atlassian.bamboo.labels with type arguments of type LabelModifier and TypeMethodDescriptionstatic @NotNull String
LabelParser.renderLabels
(@NotNull Collection<Label> labels) Constructors in com.atlassian.bamboo.labels with parameters of type Label -
Uses of Label in com.atlassian.bamboo.migration.beans
Method parameters in com.atlassian.bamboo.migration.beans with type arguments of type LabelModifier and TypeMethodDescriptionMapperFactory.newChainBranchMapper
(@NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) MapperFactoryImpl.newChainBranchMapper
(@NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) MapperFactory.newChainMapper
(@NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) MapperFactoryImpl.newChainMapper
(@NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) MapperFactory.newJobMapper
(@NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) MapperFactoryImpl.newJobMapper
(@NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) -
Uses of Label in com.atlassian.bamboo.migration.stream
Fields in com.atlassian.bamboo.migration.stream with type parameters of type LabelModifier and TypeFieldDescriptionAbstractPlanMapper.labelMap
AbstractProjectMapper.labelMap
AbstractResultSummaryMapper.labelMap
Methods in com.atlassian.bamboo.migration.stream that return LabelModifier and TypeMethodDescriptionprotected @NotNull Label
LabelMapper.createItemInstance
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream with parameters of type LabelModifier and TypeMethodDescriptionvoid
LabelMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<Label> labels, @NotNull Label object, long objectIndex, @NotNull org.hibernate.Session session) protected void
LabelMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull Label object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
LabelMapper.importProperties
(@NotNull Label object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type LabelModifier and TypeMethodDescriptionvoid
LabelMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<Label> labels, @NotNull Label object, long objectIndex, @NotNull org.hibernate.Session session) Constructor parameters in com.atlassian.bamboo.migration.stream with type arguments of type LabelModifierConstructorDescriptionAbstractPlanMapper
(@NotNull org.hibernate.SessionFactory sessionFactory, @NotNull BambooStAXListImportStrategy listImportStrategy, @NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, @NotNull PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, @NotNull PlanDao planDao, @NotNull RepositoryDefinitionDao repositoryDefinitionDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao, @NotNull NotificationSetMapper notificationSetMapper, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) AbstractResultSummaryMapper
(org.hibernate.SessionFactory sessionFactory, BuildResultsSummaryDao buildResultsSummaryDao, VariableContextBaselineDao variableContextBaselineDao, BuildResultWarningSummaryMapper buildResultWarningSummaryMapper, Plan buildable, Project project, Map<Long, Label> labelMap, org.springframework.transaction.support.TransactionOperations transactionOperations) BuildResultSummaryMapper
(org.hibernate.SessionFactory sessionFactory, BuildResultsSummaryDao buildResultsSummaryDao, VariableContextBaselineDao variableContextBaselineDao, BuildResultWarningSummaryMapper buildResultWarningSummaryMapper, Plan plan, Project project, Map<Long, Label> labelMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) BuildResultSummaryMapper
(org.hibernate.SessionFactory sessionFactory, BuildResultsSummaryDao buildResultsSummaryDao, VariableContextBaselineDao variableContextBaselineDao, BuildResultWarningSummaryMapper warningSummaryMapper, Project project, Map<Long, Label> labelMap, org.springframework.transaction.support.TransactionOperations transactionOperations, ChainResultsSummary chainResult, long stageResultId) LabellingMapper
(org.hibernate.SessionFactory sessionFactory, @Nullable ResultsSummary buildResultSummary, @Nullable Plan plan, @Nullable Project project, @NotNull Map<Long, Label> labelMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) -
Uses of Label in com.atlassian.bamboo.migration.stream.build
Constructor parameters in com.atlassian.bamboo.migration.stream.build with type arguments of type LabelModifierConstructorDescriptionAbstractChainMapper
(@NotNull org.hibernate.SessionFactory sessionFactory, @NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, @NotNull PlanDao planDao, ResultsSummaryManager resultsSummaryManager, BuildResultsSummaryDao buildResultSummaryDao, BuildResultWarningSummaryDao buildResultWarningSummaryDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, VariableContextBaselineDao variableContextBaselineDao, @NotNull RepositoryDefinitionDao repositoryDefinitionDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao, @NotNull NotificationSetMapper notificationSetMapper, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) ChainBranchMapper
(@NotNull org.hibernate.SessionFactory sessionFactory, @NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, PlanDao planDao, ResultsSummaryManager resultsSummaryManager, BuildResultsSummaryDao buildResultSummaryDao, BuildResultWarningSummaryDao buildResultWarningSummaryDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, VariableContextBaselineDao variableContextBaselineDao, @NotNull RepositoryDefinitionDao repositoryDefinitionDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao, @NotNull NotificationSetMapper notificationSetMapper, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) ChainMapper
(@NotNull org.hibernate.SessionFactory sessionFactory, @NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, PlanDao planDao, ResultsSummaryManager resultsSummaryManager, BuildResultsSummaryDao buildResultSummaryDao, BuildResultWarningSummaryDao buildResultWarningSummaryDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, VariableContextBaselineDao variableContextBaselineDao, @NotNull RepositoryDefinitionDao repositoryDefinitionDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao, @NotNull NotificationSetMapper notificationSetMapper, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) protected
ChainResultMapper
(org.hibernate.SessionFactory sessionFactory, Chain chain, BuildResultsSummaryDao buildResultsSummaryDao, VariableContextBaselineDao variableContextBaselineDao, BuildResultWarningSummaryMapper warningSummaryMapper, ResultsSummaryManager resultsSummaryManager, Map<Long, Label> labelMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) ChainStageResultMapper
(org.hibernate.SessionFactory sessionFactory, ChainResultsSummary chainResult, BuildResultsSummaryDao buildResultsSummaryDao, BuildResultWarningSummaryMapper warningSummaryMapper, VariableContextBaselineDao variableContextBaselineDao, Chain chain, Map<Long, Label> labelMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) JobMapper
(@NotNull org.hibernate.SessionFactory sessionFactory, @NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, @NotNull BuildResultsSummaryDao buildResultsSummaryDao, BuildResultWarningSummaryDao buildResultWarningSummaryDao, @NotNull PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, @NotNull PlanDao planDao, @NotNull VariableContextBaselineDao variableContextBaselineDao, @NotNull RepositoryDefinitionDao repositoryDefinitionDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao, @NotNull NotificationSetMapper notificationSetMapper, @NotNull RequirementSetMapper requirementSetMapper, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) -
Uses of Label in com.atlassian.bamboo.resultsummary
Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type LabelMethod parameters in com.atlassian.bamboo.resultsummary with type arguments of type LabelModifier and TypeMethodDescriptionBuildResultsSummaryDao.findChainResultsWithJobLabelled
(ResultsSummaryCriteria criteria, List<Label> labels) Searches through all chains to find any that have jobs which match the given labels.BuildResultsSummaryHibernateDao.findChainResultsWithJobLabelled
(ResultsSummaryCriteria queryCriteria, List<Label> labels) BuildResultsSummaryManagerImpl.findChainResultsWithJobLabelled
(ResultsSummaryCriteria criteria, List<Label> labels) ResultsSummaryManager.findChainResultsWithJobLabelled
(ResultsSummaryCriteria criteria, List<Label> labels) Searches through all chains to find any that have jobs which match the given labels.void
ResultsSummaryCriteria.setMatchesLabels
(List<Label> matchesLabels) @NotNull ResultsSummaryCriteriaBuilder
ResultsSummaryCriteriaBuilder.setMatchesLabels
(List<Label> matchesLabels) -
Uses of Label in com.atlassian.bamboo.webwork
Methods in com.atlassian.bamboo.webwork that return types with arguments of type Label -
Uses of Label in com.atlassian.bamboo.ww2.actions.labels
Methods in com.atlassian.bamboo.ww2.actions.labels that return types with arguments of type LabelMethod parameters in com.atlassian.bamboo.ww2.actions.labels with type arguments of type Label