| Package | Description |
|---|---|
| com.atlassian.bamboo.labels | |
| com.atlassian.bamboo.plan | |
| com.atlassian.bamboo.project | |
| com.atlassian.bamboo.resultsummary |
| Modifier and Type | Method and Description |
|---|---|
Labelling |
LabelDao.findLabellingByBuild(Label label,
ImmutablePlan plan) |
Labelling |
LabelDao.findLabellingByBuild(String name,
String namespace,
ImmutablePlan plan) |
Labelling |
LabelDao.findLabellingByProject(Label label,
Project project) |
Labelling |
LabelDao.findLabellingByResultsSummary(Label label,
ResultsSummary resultsSummary) |
Labelling |
LabelDao.findLabellingByResultsSummary(String name,
String namespace,
ResultsSummary buildResultsSummary) |
| Modifier and Type | Method and Description |
|---|---|
List<Labelling> |
LabelDao.findLabellingByUser(String userName) |
List<Labelling> |
LabelDao.findLabels(ImmutablePlan plan) |
List<Labelling> |
LabelDao.findLabels(Project project) |
| Modifier and Type | Method and Description |
|---|---|
void |
LabelDao.saveLabelling(Labelling labelling) |
void |
LabelManager.saveLabelling(Labelling labelling)
Saves a specific labelling - does not do any validation or checking.
|
| Modifier and Type | Method and Description |
|---|---|
List<Labelling> |
Plan.getLabellings()
Deprecated.
3.4
|
List<Labelling> |
PlanPermissionSkeleton.getLabellings()
Deprecated.
|
List<Labelling> |
Plan.getRelatedLabellings()
Returns labellings that's application for the plan level
|
List<Labelling> |
PlanPermissionSkeleton.getRelatedLabellings()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Plan.setLabellings(List<Labelling> labellings) |
void |
PlanPermissionSkeleton.setLabellings(List<Labelling> labellings)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Labelling> |
Project.getLabellings() |
List<Labelling> |
Project.getRelatedLabellings() |
| Modifier and Type | Method and Description |
|---|---|
void |
Project.setLabellings(List<Labelling> labellings) |
| Modifier and Type | Method and Description |
|---|---|
List<Labelling> |
ImmutableResultsSummary.getLabellings()
Tags / labels assocaited with the build
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.