Uses of Interface
com.atlassian.bamboo.labels.Label
Package
Description
-
Uses of Label in com.atlassian.bamboo.labels
Modifier 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()
Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionstatic @NotNull String
LabelParser.renderLabels
(@NotNull Collection<Label> labels) -
Uses of Label in com.atlassian.bamboo.migration.beans
Modifier 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
Modifier and TypeFieldDescriptionAbstractPlanMapper.labelMap
AbstractProjectMapper.labelMap
AbstractResultSummaryMapper.labelMap
Modifier and TypeMethodDescriptionprotected @NotNull Label
LabelMapper.createItemInstance
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor) Modifier 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) Modifier 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) ModifierConstructorDescriptionAbstractPlanMapper
(@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
ModifierConstructorDescriptionAbstractChainMapper
(@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
Modifier 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
-
Uses of Label in com.atlassian.bamboo.ww2.actions.labels