Uses of Interface
com.atlassian.bamboo.labels.Label
-
-
Uses of Label in com.atlassian.bamboo.labels
Classes in com.atlassian.bamboo.labels that implement Label Modifier and Type Class Description class
LabelImpl
Methods in com.atlassian.bamboo.labels that return Label Modifier and Type Method Description @Nullable Label
LabelDao. findLabelByNameAndNamespace(String name, String namespace)
@Nullable Label
LabelHibernateDao. findLabelByNameAndNamespace(String name, String namespace)
Label
LabelCount. getLabel()
Label
LabelCountImpl. getLabel()
Label
Labelling. getLabel()
Label
LabellingImpl. getLabel()
Methods in com.atlassian.bamboo.labels that return types with arguments of type Label Modifier and Type Method Description static @NotNull List<Label>
LabelParser. extractLabelsFromLabellings(@Nullable List<Labelling> labellings)
@NotNull List<Label>
LabelDao. findLabelsByNameAndNamespace(List<String> names, String namespace)
Find any labels that match the names in the specic namespace@NotNull List<Label>
LabelHibernateDao. findLabelsByNameAndNamespace(List<String> names, String namespace)
@NotNull Set<Label>
LabelDao. findPlanLabels(String namespace)
Finds labels that are *only* plan level labellings matching the namespace.@NotNull Set<Label>
LabelDao. findPlanLabels(String namespace, @NotNull PlanIdentifier plan)
Finds labels that are *only* plan level labellings matching the namespace and associated with a plan.@NotNull Set<Label>
LabelHibernateDao. findPlanLabels(String namespace)
@NotNull Set<Label>
LabelHibernateDao. findPlanLabels(String namespace, @NotNull PlanIdentifier plan)
@NotNull Set<Label>
LabelManager. getAllPlanLabels()
All labels used on a plan level@NotNull Set<Label>
LabelManagerImpl. getAllPlanLabels()
Collection<Label>
LabelManager. getLabelsByName(List<String> labelNames)
Gets list of labels based on label namesCollection<Label>
LabelManagerImpl. getLabelsByName(List<String> labelNames)
Set<Label>
LabelManager. getPlanLabels(@NotNull ImmutablePlan plan)
Get labels defined for a plan@NotNull Set<Label>
LabelManagerImpl. getPlanLabels(@NotNull ImmutablePlan plan)
Methods in com.atlassian.bamboo.labels with parameters of type Label Modifier and Type Method Description int
LabelImpl. compareTo(Label o)
@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
LabelDao. saveLabel(@NotNull Label label)
void
LabelHibernateDao. saveLabel(@NotNull Label label)
void
LabelCount. setLabel(Label label)
void
LabelCountImpl. setLabel(Label label)
void
Labelling. setLabel(Label label)
void
LabellingImpl. setLabel(Label label)
Method parameters in com.atlassian.bamboo.labels with type arguments of type Label Modifier and Type Method Description static @NotNull String
LabelParser. renderLabels(@NotNull Collection<Label> labels)
Constructors in com.atlassian.bamboo.labels with parameters of type Label Constructor Description LabelCountImpl(Label label, int count)
-
Uses of Label in com.atlassian.bamboo.migration.beans
Method parameters in com.atlassian.bamboo.migration.beans with type arguments of type Label Modifier and Type Method Description ChainBranchMapper
MapperFactory. newChainBranchMapper(@NotNull Project project, @NotNull Map<Long,Label> labelMap, @NotNull Map<Long,ExtendedAuthor> authorMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
ChainBranchMapper
MapperFactoryImpl. newChainBranchMapper(@NotNull Project project, @NotNull Map<Long,Label> labelMap, @NotNull Map<Long,ExtendedAuthor> authorMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
ChainMapper
MapperFactory. newChainMapper(@NotNull Project project, @NotNull Map<Long,Label> labelMap, @NotNull Map<Long,ExtendedAuthor> authorMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
ChainMapper
MapperFactoryImpl. newChainMapper(@NotNull Project project, @NotNull Map<Long,Label> labelMap, @NotNull Map<Long,ExtendedAuthor> authorMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
JobMapper
MapperFactory. newJobMapper(@NotNull Project project, @NotNull Map<Long,Label> labelMap, @NotNull Map<Long,ExtendedAuthor> authorMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
JobMapper
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 Label Modifier and Type Field Description protected Map<Long,Label>
AbstractPlanMapper. labelMap
protected Map<Long,Label>
AbstractProjectMapper. labelMap
protected Map<Long,Label>
AbstractResultSummaryMapper. labelMap
Methods in com.atlassian.bamboo.migration.stream that return Label Modifier and Type Method Description protected @NotNull Label
LabelMapper. createItemInstance(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor)
Methods in com.atlassian.bamboo.migration.stream with parameters of type Label Modifier and Type Method Description void
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 Label Modifier and Type Method Description void
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 Label Constructor Description AbstractPlanMapper(@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 Label Constructor Description AbstractChainMapper(@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)
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 Label Modifier and Type Method Description List<Label>
ResultsSummaryCriteria. getMatchesLabels()
Method parameters in com.atlassian.bamboo.resultsummary with type arguments of type Label Modifier and Type Method Description List<ChainResultsSummary>
BuildResultsSummaryDao. findChainResultsWithJobLabelled(ResultsSummaryCriteria criteria, List<Label> labels)
Searches through all chains to find any that have jobs which match the given labels.List<ChainResultsSummary>
BuildResultsSummaryHibernateDao. findChainResultsWithJobLabelled(ResultsSummaryCriteria queryCriteria, List<Label> labels)
List<ChainResultsSummary>
BuildResultsSummaryManagerImpl. findChainResultsWithJobLabelled(ResultsSummaryCriteria criteria, List<Label> labels)
List<ChainResultsSummary>
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 Modifier and Type Method Description Iterable<Label>
DashboardFilter. getAllPlanLabels()
-
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 Label Modifier and Type Method Description List<Label>
EditLabelsAction. getLabels()
Method parameters in com.atlassian.bamboo.ww2.actions.labels with type arguments of type Label Modifier and Type Method Description void
EditLabelsAction. setLabels(List<Label> labels)
-