Modifier and Type | Class and Description |
---|---|
class |
LabelImpl |
Modifier and Type | Method and Description |
---|---|
@Nullable Label |
LabelHibernateDao.findLabelByNameAndNamespace(String name,
String namespace) |
@Nullable Label |
LabelDao.findLabelByNameAndNamespace(String name,
String namespace) |
Label |
LabelCountImpl.getLabel() |
Label |
LabellingImpl.getLabel() |
Label |
Labelling.getLabel() |
Label |
LabelCount.getLabel() |
Modifier and Type | Method and Description |
---|---|
Collection<Label> |
LabelManagerImpl.getLabelsByName(List<String> labelNames) |
Collection<Label> |
LabelManager.getLabelsByName(List<String> labelNames)
Gets list of labels based on label names
|
Set<Label> |
LabelManager.getPlanLabels(@NotNull ImmutablePlan plan)
Get labels defined for a plan
|
Modifier and Type | Method and Description |
---|---|
int |
LabelImpl.compareTo(Label o) |
@Nullable Labelling |
LabelHibernateDao.findLabellingByBuild(Label label,
ImmutablePlan plan) |
@Nullable Labelling |
LabelDao.findLabellingByBuild(Label label,
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) |
long |
LabelHibernateDao.getUsageCountForLabel(Label label) |
long |
LabelDao.getUsageCountForLabel(Label label) |
void |
LabelHibernateDao.saveLabel(@NotNull Label label) |
void |
LabelDao.saveLabel(@NotNull Label label) |
void |
LabelCountImpl.setLabel(Label label) |
void |
LabellingImpl.setLabel(Label label) |
void |
Labelling.setLabel(Label label) |
void |
LabelCount.setLabel(Label label) |
Constructor and Description |
---|
LabelCountImpl(Label label,
int count) |
Modifier and Type | Field and Description |
---|---|
protected Map<Long,Label> |
AbstractProjectMapper.labelMap |
protected Map<Long,Label> |
AbstractPlanMapper.labelMap |
protected Map<Long,Label> |
AbstractResultSummaryMapper.labelMap |
Modifier and Type | Method and Description |
---|---|
protected @NotNull Label |
LabelMapper.createItemInstance(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor) |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
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) |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
List<Label> |
ResultsSummaryCriteria.getMatchesLabels() |
Modifier and Type | Method and Description |
---|---|
List<ChainResultsSummary> |
BuildResultsSummaryHibernateDao.findChainResultsWithJobLabelled(ResultsSummaryCriteria queryCriteria,
List<Label> labels) |
List<ChainResultsSummary> |
BuildResultsSummaryManagerImpl.findChainResultsWithJobLabelled(ResultsSummaryCriteria criteria,
List<Label> 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.
|
List<ChainResultsSummary> |
ResultsSummaryManager.findChainResultsWithJobLabelled(ResultsSummaryCriteria criteria,
List<Label> labels)
Searches through all chains to find any that have jobs which match the given labels.
|
@NotNull ResultsSummaryCriteriaBuilder |
ResultsSummaryCriteriaBuilder.setMatchesLabels(List<Label> matchesLabels) |
void |
ResultsSummaryCriteria.setMatchesLabels(List<Label> matchesLabels) |
Modifier and Type | Method and Description |
---|---|
Iterable<Label> |
DashboardFilter.getAllPlanLabels() |
Modifier and Type | Method and Description |
---|---|
List<Label> |
EditLabelsAction.getLabels() |
Modifier and Type | Method and Description |
---|---|
void |
EditLabelsAction.setLabels(List<Label> labels) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.