|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Labelling in com.atlassian.bamboo.index.buildresult |
|---|
| Methods in com.atlassian.bamboo.index.buildresult that return types with arguments of type Labelling | |
|---|---|
java.util.List<Labelling> |
BuildResultsSummaryDocument.getLabellings()
|
| Uses of Labelling in com.atlassian.bamboo.labels |
|---|
| Classes in com.atlassian.bamboo.labels that implement Labelling | |
|---|---|
class |
LabellingImpl
|
| Methods in com.atlassian.bamboo.labels that return Labelling | |
|---|---|
Labelling |
LabelHibernateDao.findLabellingByBuild(Label label,
ImmutablePlan plan)
|
Labelling |
LabelDao.findLabellingByBuild(Label label,
ImmutablePlan plan)
|
Labelling |
LabelHibernateDao.findLabellingByBuild(java.lang.String name,
java.lang.String namespace,
ImmutablePlan plan)
|
Labelling |
LabelDao.findLabellingByBuild(java.lang.String name,
java.lang.String namespace,
ImmutablePlan plan)
|
Labelling |
LabelHibernateDao.findLabellingByProject(Label label,
Project project)
|
Labelling |
LabelDao.findLabellingByProject(Label label,
Project project)
|
Labelling |
LabelHibernateDao.findLabellingByResultsSummary(Label label,
ResultsSummary resultsSummary)
|
Labelling |
LabelDao.findLabellingByResultsSummary(Label label,
ResultsSummary resultsSummary)
|
Labelling |
LabelHibernateDao.findLabellingByResultsSummary(java.lang.String name,
java.lang.String namespace,
ResultsSummary buildResultsSummary)
|
Labelling |
LabelDao.findLabellingByResultsSummary(java.lang.String name,
java.lang.String namespace,
ResultsSummary buildResultsSummary)
|
| Methods in com.atlassian.bamboo.labels that return types with arguments of type Labelling | |
|---|---|
java.util.List<Labelling> |
LabelHibernateDao.findLabellingByUser(java.lang.String userName)
|
java.util.List<Labelling> |
LabelDao.findLabellingByUser(java.lang.String userName)
|
java.util.List<Labelling> |
LabelHibernateDao.findLabels(ImmutablePlan plan)
|
java.util.List<Labelling> |
LabelDao.findLabels(ImmutablePlan plan)
|
java.util.List<Labelling> |
LabelHibernateDao.findLabels(Project project)
|
java.util.List<Labelling> |
LabelDao.findLabels(Project project)
|
| Methods in com.atlassian.bamboo.labels with parameters of type Labelling | |
|---|---|
void |
LabelHibernateDao.saveLabelling(Labelling labelling)
|
void |
LabelManager.saveLabelling(Labelling labelling)
Saves a specific labelling - does not do any validation or checking. |
void |
LabelDao.saveLabelling(Labelling labelling)
|
void |
LabelManagerImpl.saveLabelling(Labelling labelling)
|
| Method parameters in com.atlassian.bamboo.labels with type arguments of type Labelling | |
|---|---|
static java.util.List<Label> |
LabelParser.extractLabelsFromLabellings(java.util.List<Labelling> labellings)
|
| Uses of Labelling in com.atlassian.bamboo.migration.stream |
|---|
| Fields in com.atlassian.bamboo.migration.stream with type parameters of type Labelling | |
|---|---|
protected java.util.List<Labelling> |
ProjectMapper.labels
|
protected java.util.List<Labelling> |
AbstractPlanMapper.labels
|
| Methods in com.atlassian.bamboo.migration.stream that return Labelling | |
|---|---|
protected Labelling |
LabellingMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
|
| Methods in com.atlassian.bamboo.migration.stream that return types with arguments of type Labelling | |
|---|---|
java.util.List<Labelling> |
AbstractResultSummaryMapper.getLabels()
|
| Methods in com.atlassian.bamboo.migration.stream with parameters of type Labelling | |
|---|---|
protected void |
LabellingMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
Labelling object,
net.sf.hibernate.Session session,
ExportDetailsBean exportDetailsBean)
|
protected void |
LabellingMapper.importProperties(Labelling object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
net.sf.hibernate.Session session)
|
| Uses of Labelling in com.atlassian.bamboo.plan |
|---|
| Methods in com.atlassian.bamboo.plan that return types with arguments of type Labelling | |
|---|---|
java.util.List<Labelling> |
PlanPermissionSkeleton.getLabellings()
Deprecated. |
java.util.List<Labelling> |
Plan.getLabellings()
Deprecated. 3.4 |
java.util.List<Labelling> |
AbstractPlan.getLabellings()
|
java.util.List<Labelling> |
PlanPermissionSkeleton.getRelatedLabellings()
Deprecated. |
java.util.List<Labelling> |
Plan.getRelatedLabellings()
Returns labellings that's application for the plan level |
java.util.List<Labelling> |
AbstractPlan.getRelatedLabellings()
|
| Method parameters in com.atlassian.bamboo.plan with type arguments of type Labelling | |
|---|---|
void |
PlanPermissionSkeleton.setLabellings(java.util.List<Labelling> labellings)
Deprecated. |
void |
Plan.setLabellings(java.util.List<Labelling> labellings)
|
void |
AbstractPlan.setLabellings(java.util.List<Labelling> labellings)
|
| Uses of Labelling in com.atlassian.bamboo.plan.cache |
|---|
| Methods in com.atlassian.bamboo.plan.cache that return types with arguments of type Labelling | |
|---|---|
java.util.List<Labelling> |
ImmutableResultsSummaryImpl.getLabellings()
|
java.util.List<Labelling> |
AbstractImmutablePlan.getLabellings()
|
java.util.List<Labelling> |
AbstractImmutablePlan.getRelatedLabellings()
|
| Uses of Labelling in com.atlassian.bamboo.project |
|---|
| Methods in com.atlassian.bamboo.project that return types with arguments of type Labelling | |
|---|---|
java.util.List<Labelling> |
Project.getLabellings()
|
java.util.List<Labelling> |
DefaultProject.getLabellings()
|
java.util.List<Labelling> |
Project.getRelatedLabellings()
|
java.util.List<Labelling> |
DefaultProject.getRelatedLabellings()
|
| Method parameters in com.atlassian.bamboo.project with type arguments of type Labelling | |
|---|---|
void |
Project.setLabellings(java.util.List<Labelling> labellings)
|
void |
DefaultProject.setLabellings(java.util.List<Labelling> labellings)
|
| Uses of Labelling in com.atlassian.bamboo.resultsummary |
|---|
| Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type Labelling | |
|---|---|
java.util.List<Labelling> |
ImmutableResultsSummary.getLabellings()
Tags / labels assocaited with the build |
java.util.List<Labelling> |
AbstractResultsSummary.getLabellings()
|
| Method parameters in com.atlassian.bamboo.resultsummary with type arguments of type Labelling | |
|---|---|
void |
AbstractResultsSummary.setLabellings(java.util.List<Labelling> labellings)
|
| Uses of Labelling in com.atlassian.bamboo.utils |
|---|
| Methods in com.atlassian.bamboo.utils that return types with arguments of type Labelling | |
|---|---|
static com.google.common.base.Predicate<Labelling> |
BambooPredicates.labelNameIn(java.lang.Iterable<java.lang.String> labelNames)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||