Modifier and Type | Class and Description |
---|---|
class |
LabelImpl |
Modifier and Type | Method and Description |
---|---|
Label |
LabelHibernateDao.findLabelByNameAndNamespace(String name,
String namespace) |
Label |
LabelDao.findLabelByNameAndNamespace(String name,
String namespace) |
Label |
LabellingImpl.getLabel() |
Label |
LabelCountImpl.getLabel() |
Label |
Labelling.getLabel() |
Label |
LabelCount.getLabel() |
Modifier and Type | Method and Description |
---|---|
static List<Label> |
LabelParser.extractLabelsFromLabellings(List<Labelling> labellings) |
List<Label> |
LabelHibernateDao.findLabelsByNameAndNamespace(List<String> names,
String namespace) |
List<Label> |
LabelDao.findLabelsByNameAndNamespace(List<String> names,
String namespace)
Find any labels that match the names in the specic namespace
|
Set<Label> |
LabelHibernateDao.findPlanLabels(String namespace) |
Set<Label> |
LabelDao.findPlanLabels(String namespace)
Finds labels that are *only* plan level labellings matching the namespace.
|
Set<Label> |
LabelHibernateDao.findPlanLabels(String namespace,
PlanIdentifier plan) |
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> |
LabelManagerImpl.getAllPlanLabels() |
Set<Label> |
LabelManager.getAllPlanLabels()
All labels used on a plan level
|
Collection<Label> |
LabelManagerImpl.getLabelsByName(List<String> labelNames) |
Collection<Label> |
LabelManager.getLabelsByName(List<String> labelNames)
Gets list of labels based on label names
|
Set<Label> |
LabelManagerImpl.getPlanLabels(ImmutablePlan plan) |
Set<Label> |
LabelManager.getPlanLabels(ImmutablePlan plan)
Get labels defined for a plan
|
Modifier and Type | Method and Description |
---|---|
int |
LabelImpl.compareTo(Label o) |
Labelling |
LabelHibernateDao.findLabellingByBuild(Label label,
ImmutablePlan plan) |
Labelling |
LabelDao.findLabellingByBuild(Label label,
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) |
long |
LabelHibernateDao.getUsageCountForLabel(Label label) |
long |
LabelDao.getUsageCountForLabel(Label label) |
void |
LabelHibernateDao.saveLabel(Label label) |
void |
LabelDao.saveLabel(Label label) |
void |
LabellingImpl.setLabel(Label label) |
void |
LabelCountImpl.setLabel(Label label) |
void |
Labelling.setLabel(Label label) |
void |
LabelCount.setLabel(Label label) |
Modifier and Type | Method and Description |
---|---|
static String |
LabelParser.renderLabels(Collection<Label> labels) |
Constructor and Description |
---|
LabelCountImpl(Label label,
int count) |
Modifier and Type | Method and Description |
---|---|
ChainBranchMapper |
MapperFactory.newChainBranchMapper(Project project,
Map<Long,Label> labelMap,
Map<Long,ExtendedAuthor> authorMap,
org.springframework.transaction.support.TransactionOperations transactionOperations) |
ChainBranchMapper |
MapperFactoryImpl.newChainBranchMapper(Project project,
Map<Long,Label> labelMap,
Map<Long,ExtendedAuthor> authorMap,
org.springframework.transaction.support.TransactionOperations transactionOperations) |
ChainMapper |
MapperFactory.newChainMapper(Project project,
Map<Long,Label> labelMap,
Map<Long,ExtendedAuthor> authorMap,
org.springframework.transaction.support.TransactionOperations transactionOperations) |
ChainMapper |
MapperFactoryImpl.newChainMapper(Project project,
Map<Long,Label> labelMap,
Map<Long,ExtendedAuthor> authorMap,
org.springframework.transaction.support.TransactionOperations transactionOperations) |
JobMapper |
MapperFactory.newJobMapper(Project project,
Map<Long,Label> labelMap,
Map<Long,ExtendedAuthor> authorMap,
org.springframework.transaction.support.TransactionOperations transactionOperations) |
JobMapper |
MapperFactoryImpl.newJobMapper(Project project,
Map<Long,Label> labelMap,
Map<Long,ExtendedAuthor> authorMap,
org.springframework.transaction.support.TransactionOperations transactionOperations) |
Modifier and Type | Field and Description |
---|---|
protected Map<Long,Label> |
AbstractProjectMapper.labelMap |
protected Map<Long,Label> |
AbstractPlanMapper.labelMap |
Modifier and Type | Method and Description |
---|---|
protected Label |
LabelMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
Modifier and Type | Method and Description |
---|---|
void |
LabelMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
List<Label> labels,
Label object,
long objectIndex,
org.hibernate.Session session) |
protected void |
LabelMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
Label object,
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
LabelMapper.importProperties(Label object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session) |
Modifier and Type | Method and Description |
---|---|
void |
LabelMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
List<Label> labels,
Label object,
long objectIndex,
org.hibernate.Session session) |
Constructor and Description |
---|
AbstractPlanMapper(org.hibernate.SessionFactory sessionFactory,
BambooStAXListImportStrategy listImportStrategy,
Project project,
Map<Long,Label> labelMap,
Map<Long,ExtendedAuthor> authorMap,
PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao,
PlanDao planDao,
RepositoryDefinitionDao repositoryDefinitionDao,
PlanRepositoryLinkDao planRepositoryLinkDao,
NotificationSetMapper notificationSetMapper,
org.springframework.transaction.support.TransactionOperations transactionOperations) |
AbstractResultSummaryMapper(org.hibernate.SessionFactory sessionFactory,
BuildResultsSummaryDao buildResultsSummaryDao,
VariableContextBaselineDao variableContextBaselineDao,
BuildResultWarningSummaryMapper buildResultWarningSummaryMapper,
Plan buildable,
Map<Long,Label> labelMap,
org.springframework.transaction.support.TransactionOperations transactionOperations) |
BuildResultSummaryMapper(org.hibernate.SessionFactory sessionFactory,
BuildResultsSummaryDao buildResultsSummaryDao,
VariableContextBaselineDao variableContextBaselineDao,
BuildResultWarningSummaryMapper buildResultWarningSummaryMapper,
Plan buildable,
Map<Long,Label> labelMap,
org.springframework.transaction.support.TransactionOperations transactionOperations) |
LabellingMapper(org.hibernate.SessionFactory sessionFactory,
ResultsSummary buildResultSummary,
Plan plan,
Project project,
Map<Long,Label> labelMap,
org.springframework.transaction.support.TransactionOperations transactionOperations) |
Constructor and Description |
---|
AbstractChainMapper(org.hibernate.SessionFactory sessionFactory,
Project project,
Map<Long,Label> labelMap,
Map<Long,ExtendedAuthor> authorMap,
PlanDao planDao,
ResultsSummaryManager resultsSummaryManager,
BuildResultsSummaryDao buildResultSummaryDao,
BuildResultWarningSummaryDao buildResultWarningSummaryDao,
PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao,
VariableContextBaselineDao variableContextBaselineDao,
RepositoryDefinitionDao repositoryDefinitionDao,
PlanRepositoryLinkDao planRepositoryLinkDao,
NotificationSetMapper notificationSetMapper,
org.springframework.transaction.support.TransactionOperations transactionOperations) |
ChainBranchMapper(org.hibernate.SessionFactory sessionFactory,
Project project,
Map<Long,Label> labelMap,
Map<Long,ExtendedAuthor> authorMap,
PlanDao planDao,
ResultsSummaryManager resultsSummaryManager,
BuildResultsSummaryDao buildResultSummaryDao,
BuildResultWarningSummaryDao buildResultWarningSummaryDao,
PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao,
VariableContextBaselineDao variableContextBaselineDao,
RepositoryDefinitionDao repositoryDefinitionDao,
PlanRepositoryLinkDao planRepositoryLinkDao,
NotificationSetMapper notificationSetMapper,
org.springframework.transaction.support.TransactionOperations transactionOperations) |
ChainMapper(org.hibernate.SessionFactory sessionFactory,
Project project,
Map<Long,Label> labelMap,
Map<Long,ExtendedAuthor> authorMap,
PlanDao planDao,
ResultsSummaryManager resultsSummaryManager,
BuildResultsSummaryDao buildResultSummaryDao,
BuildResultWarningSummaryDao buildResultWarningSummaryDao,
PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao,
VariableContextBaselineDao variableContextBaselineDao,
RepositoryDefinitionDao repositoryDefinitionDao,
PlanRepositoryLinkDao planRepositoryLinkDao,
BambooSpecsSourceDao specsSourceDao,
NotificationSetMapper notificationSetMapper,
org.springframework.transaction.support.TransactionOperations transactionOperations) |
ChainResultMapper(org.hibernate.SessionFactory sessionFactory,
Chain chain,
BuildResultsSummaryDao buildResultsSummaryDao,
VariableContextBaselineDao variableContextBaselineDao,
BuildResultWarningSummaryMapper warningSummaryMapper,
ResultsSummaryManager resultsSummaryManager,
Map<Long,Label> labelMap,
org.springframework.transaction.support.TransactionOperations transactionOperations) |
JobMapper(org.hibernate.SessionFactory sessionFactory,
Project project,
Map<Long,Label> labelMap,
Map<Long,ExtendedAuthor> authorMap,
BuildResultsSummaryDao buildResultsSummaryDao,
BuildResultWarningSummaryDao buildResultWarningSummaryDao,
PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao,
PlanDao planDao,
VariableContextBaselineDao variableContextBaselineDao,
RepositoryDefinitionDao repositoryDefinitionDao,
PlanRepositoryLinkDao planRepositoryLinkDao,
NotificationSetMapper notificationSetMapper,
RequirementSetMapper requirementSetMapper,
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> |
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) |
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 © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.