| Package | Description |
|---|---|
| com.atlassian.bamboo.labels | |
| com.atlassian.bamboo.resultsummary |
| Modifier and Type | Method and Description |
|---|---|
Label |
LabelDao.findLabelByNameAndNamespace(String name,
String namespace) |
Label |
LabelCount.getLabel() |
Label |
Labelling.getLabel() |
| Modifier and Type | Method and Description |
|---|---|
List<Label> |
LabelDao.findLabelsByNameAndNamespace(List<String> names,
String namespace)
Find any labels that match the names in the specic namespace
|
Set<Label> |
LabelDao.findPlanLabels(String namespace)
Finds labels that are *only* plan level labellings matching the namespace.
|
Set<Label> |
LabelDao.findPlanLabels(String namespace,
PlanIdentifier plan)
Finds labels that are *only* plan level labellings matching the namespace and associated with a plan.
|
Set<Label> |
LabelManager.getAllPlanLabels()
All labels used on a plan level
|
Collection<Label> |
LabelManager.getLabelsByName(List<String> labelNames)
Gets list of labels based on label names
|
Set<Label> |
LabelManager.getPlanLabels(ImmutablePlan plan)
Get labels defined for a plan
|
| Modifier and Type | Method and Description |
|---|---|
Labelling |
LabelDao.findLabellingByBuild(Label label,
ImmutablePlan plan) |
Labelling |
LabelDao.findLabellingByProject(Label label,
Project project) |
Labelling |
LabelDao.findLabellingByResultsSummary(Label label,
ResultsSummary resultsSummary) |
long |
LabelDao.getUsageCountForLabel(Label label) |
void |
LabelDao.saveLabel(Label label) |
void |
LabelCount.setLabel(Label label) |
void |
Labelling.setLabel(Label label) |
| Modifier and Type | Method and Description |
|---|---|
List<Label> |
ResultsSummaryCriteria.getMatchesLabels() |
| Modifier and Type | Method and Description |
|---|---|
List<ChainResultsSummary> |
ResultsSummaryManager.findChainResultsWithJobLabelled(ResultsSummaryCriteria criteria,
List<Label> labels)
Searches through all chains to find any that have jobs which match the given labels.
|
List<ChainResultsSummary> |
BuildResultsSummaryDao.findChainResultsWithJobLabelled(ResultsSummaryCriteria criteria,
List<Label> labels)
Searches through all chains to find any that have jobs which match the given labels.
|
ResultsSummaryCriteriaBuilder |
ResultsSummaryCriteriaBuilder.setMatchesLabels(List<Label> matchesLabels) |
void |
ResultsSummaryCriteria.setMatchesLabels(List<Label> matchesLabels) |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.