| Modifier and Type | Class and Description |
|---|---|
class |
LabellingImpl |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Labelling |
LabelHibernateDao.findLabellingByBuild(Label label,
ImmutablePlan plan) |
@Nullable Labelling |
LabelDao.findLabellingByBuild(Label label,
ImmutablePlan plan) |
@Nullable Labelling |
LabelHibernateDao.findLabellingByBuild(String name,
String namespace,
ImmutablePlan plan) |
@Nullable Labelling |
LabelDao.findLabellingByBuild(String name,
String namespace,
ImmutablePlan plan) |
@Nullable Labelling |
LabelHibernateDao.findLabellingByProject(Label label,
Project project) |
@Nullable Labelling |
LabelDao.findLabellingByProject(Label label,
Project project) |
@Nullable Labelling |
LabelHibernateDao.findLabellingByResultsSummary(Label label,
ResultsSummary resultsSummary) |
@Nullable Labelling |
LabelDao.findLabellingByResultsSummary(Label label,
ResultsSummary resultsSummary) |
@Nullable Labelling |
LabelHibernateDao.findLabellingByResultsSummary(String name,
String namespace,
ResultsSummary buildResultsSummary) |
@Nullable Labelling |
LabelDao.findLabellingByResultsSummary(String name,
String namespace,
ResultsSummary buildResultsSummary) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LabelFunctions.isPlanRelated(Labelling labelling) |
static boolean |
LabelFunctions.isProjectRelated(Labelling labelling) |
void |
LabelHibernateDao.saveLabelling(@NotNull Labelling labelling) |
void |
LabelManagerImpl.saveLabelling(Labelling labelling) |
void |
LabelManager.saveLabelling(Labelling labelling)
Saves a specific labelling - does not do any validation or checking.
|
void |
LabelDao.saveLabelling(@NotNull Labelling labelling) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Labelling> |
AbstractPlanMapper.labels |
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull Labelling |
LabellingMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
| Modifier and Type | Method and Description |
|---|---|
List<Labelling> |
AbstractResultSummaryMapper.getLabels() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LabellingMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement,
@NotNull Labelling object,
@NotNull org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
LabellingMapper.importProperties(@NotNull Labelling object,
@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull org.hibernate.Session session) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Labelling> |
ProjectMapper.labels |
| Modifier and Type | Method and Description |
|---|---|
List<Labelling> |
ChainStageResultMapper.getLabels() |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.ListAttribute<AbstractPlan,Labelling> |
AbstractPlan_.labellings |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPlan.setLabellings(List<Labelling> labellings) |
void |
Plan.setLabellings(List<Labelling> labellings) |
| Modifier and Type | Method and Description |
|---|---|
List<Labelling> |
ImmutableResultsSummaryImpl.getLabellings() |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.ListAttribute<DefaultProject,Labelling> |
DefaultProject_.labellings |
| Modifier and Type | Method and Description |
|---|---|
List<Labelling> |
DefaultProject.getLabellings() |
List<Labelling> |
Project.getLabellings() |
List<Labelling> |
DefaultProject.getRelatedLabellings() |
List<Labelling> |
Project.getRelatedLabellings() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultProject.setLabellings(List<Labelling> labellings) |
void |
Project.setLabellings(List<Labelling> labellings) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.ListAttribute<AbstractResultsSummary,Labelling> |
AbstractResultsSummary_.labellings |
| Modifier and Type | Method and Description |
|---|---|
List<Labelling> |
AbstractResultsSummary.getLabellings() |
List<Labelling> |
ImmutableResultsSummary.getLabellings()
Tags / labels associated with the build
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractResultsSummary.setLabellings(List<Labelling> labellings) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.