|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Label | |
---|---|
com.atlassian.bamboo.labels | |
com.atlassian.bamboo.migration.stream | |
com.atlassian.bamboo.resultsummary | |
com.atlassian.bamboo.ww2.actions.labels |
Uses of Label in com.atlassian.bamboo.labels |
---|
Classes in com.atlassian.bamboo.labels that implement Label | |
---|---|
class |
LabelImpl
|
Methods in com.atlassian.bamboo.labels that return Label | |
---|---|
Label |
LabelHibernateDao.findLabelByNameAndNamespace(java.lang.String name,
java.lang.String namespace)
|
Label |
LabelDao.findLabelByNameAndNamespace(java.lang.String name,
java.lang.String namespace)
|
Label |
LabellingImpl.getLabel()
|
Label |
LabelCountImpl.getLabel()
|
Label |
Labelling.getLabel()
|
Label |
LabelCount.getLabel()
|
Methods in com.atlassian.bamboo.labels that return types with arguments of type Label | |
---|---|
static java.util.List<Label> |
LabelParser.extractLabelsFromLabellings(java.util.List<Labelling> labellings)
|
java.util.List<Label> |
LabelManagerImpl.findLabelsByMatchingString(java.lang.String match,
java.lang.String escapeChar)
|
java.util.List<Label> |
LabelManager.findLabelsByMatchingString(java.lang.String match,
java.lang.String escapeChar)
Find all labels that match the specified string. |
java.util.List<Label> |
LabelHibernateDao.findLabelsByNameAndNamespace(java.util.List<java.lang.String> names,
java.lang.String namespace)
|
java.util.List<Label> |
LabelDao.findLabelsByNameAndNamespace(java.util.List<java.lang.String> names,
java.lang.String namespace)
Find any labels that match the names in the specic namespace |
java.util.List<Label> |
LabelHibernateDao.findLabelsMatchingString(java.lang.String match,
java.lang.String escapeChar)
|
java.util.List<Label> |
LabelDao.findLabelsMatchingString(java.lang.String match,
java.lang.String escapeChar)
Find any labels that match the specified string. |
java.util.Collection<Label> |
LabelManagerImpl.getLabelsByName(java.util.List<java.lang.String> labelNames)
|
java.util.Collection<Label> |
LabelManager.getLabelsByName(java.util.List<java.lang.String> labelNames)
Gets list of labels based on label names |
Methods in com.atlassian.bamboo.labels with parameters of type Label | |
---|---|
int |
LabelImpl.compareTo(Label o)
|
Labelling |
LabelHibernateDao.findLabellingByBuild(Label label,
Plan plan)
|
Labelling |
LabelDao.findLabellingByBuild(Label label,
Plan 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)
|
Method parameters in com.atlassian.bamboo.labels with type arguments of type Label | |
---|---|
static java.lang.String |
LabelParser.renderLabels(java.util.Collection<Label> labels)
|
Constructors in com.atlassian.bamboo.labels with parameters of type Label | |
---|---|
LabelCountImpl(Label label,
int count)
|
Uses of Label in com.atlassian.bamboo.migration.stream |
---|
Fields in com.atlassian.bamboo.migration.stream with type parameters of type Label | |
---|---|
protected java.util.Map<java.lang.Long,Label> |
AbstractProjectMapper.labelMap
|
protected java.util.Map<java.lang.Long,Label> |
AbstractPlanMapper.labelMap
|
Methods in com.atlassian.bamboo.migration.stream that return Label | |
---|---|
protected Label |
LabelMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
|
Methods in com.atlassian.bamboo.migration.stream with parameters of type Label | |
---|---|
void |
LabelMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
java.util.List<Label> labels,
Label object,
long objectIndex,
net.sf.hibernate.Session session)
|
protected void |
LabelMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
Label object,
net.sf.hibernate.Session session)
|
protected void |
LabelMapper.importProperties(Label object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
net.sf.hibernate.Session session)
|
Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type Label | |
---|---|
void |
LabelMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
java.util.List<Label> labels,
Label object,
long objectIndex,
net.sf.hibernate.Session session)
|
Constructor parameters in com.atlassian.bamboo.migration.stream with type arguments of type Label | |
---|---|
AbstractPlanMapper(net.sf.hibernate.SessionFactory sessionFactory,
BambooStAXListImportStrategy listImportStrategy,
Project project,
java.util.Map<java.lang.Long,Label> labelMap,
java.util.Map<java.lang.Long,Author> authorMap,
NotificationManager notificationManager)
|
|
AbstractPlanMapper(net.sf.hibernate.SessionFactory sessionFactory,
Project project,
java.util.Map<java.lang.Long,Label> labelMap,
java.util.Map<java.lang.Long,Author> authorMap,
NotificationManager notificationManager)
Deprecated. |
|
AbstractResultSummaryMapper(net.sf.hibernate.SessionFactory sessionFactory,
BuildResultsSummaryDao buildResultsSummaryDao,
Plan buildable,
java.util.Map<java.lang.Long,Label> labelMap,
java.util.Map<java.lang.Long,Author> authorMap)
|
|
BuildMapper(net.sf.hibernate.SessionFactory sessionFactory,
Project project,
java.util.Map<java.lang.Long,Label> labelMap,
java.util.Map<java.lang.Long,Author> authorMap,
NotificationManager notificationManager,
BuildResultsSummaryDao buildResultsSummaryDao)
|
|
BuildResultSummaryMapper(net.sf.hibernate.SessionFactory sessionFactory,
BuildResultsSummaryDao buildResultsSummaryDao,
Plan buildable,
java.util.Map<java.lang.Long,Label> labelMap,
java.util.Map<java.lang.Long,Author> authorMap)
|
|
ChainMapper(net.sf.hibernate.SessionFactory sessionFactory,
Project project,
java.util.Map<java.lang.Long,Label> labelMap,
java.util.Map<java.lang.Long,Author> authorMap,
NotificationManager notificationManager,
PlanManager planManager,
BuildResultsSummaryManager buildResultsSummaryManager,
BuildResultsSummaryDao buildResultSummaryDao)
|
|
ChainResultMapper(net.sf.hibernate.SessionFactory sessionFactory,
Chain chain,
BuildResultsSummaryDao buildResultsSummaryDao,
BuildResultsSummaryManager buildResultsSummaryManager,
java.util.Map<java.lang.Long,Label> labelMap,
java.util.Map<java.lang.Long,Author> authorMap)
|
|
JobMapper(net.sf.hibernate.SessionFactory sessionFactory,
Project project,
java.util.Map<java.lang.Long,Label> labelMap,
java.util.Map<java.lang.Long,Author> authorMap,
NotificationManager notificationManager,
BuildResultsSummaryDao buildResultsSummaryDao)
|
|
LabellingMapper(net.sf.hibernate.SessionFactory sessionFactory,
ResultsSummary buildResultSummary,
Plan plan,
Project project,
java.util.Map<java.lang.Long,Label> labelMap)
|
Uses of Label in com.atlassian.bamboo.resultsummary |
---|
Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type Label | |
---|---|
java.util.List<Label> |
ResultsSummaryCriteria.getMatchesLabels()
|
Method parameters in com.atlassian.bamboo.resultsummary with type arguments of type Label | |
---|---|
java.util.List<ChainResultsSummary> |
BuildResultsSummaryHibernateDao.findChainResultsWithJobLabelled(ResultsSummaryCriteria queryCriteria,
java.util.List<Label> labels)
|
java.util.List<ChainResultsSummary> |
BuildResultsSummaryManagerImpl.findChainResultsWithJobLabelled(ResultsSummaryCriteria criteria,
java.util.List<Label> labels)
|
java.util.List<ChainResultsSummary> |
ResultsSummaryManager.findChainResultsWithJobLabelled(ResultsSummaryCriteria criteria,
java.util.List<Label> labels)
Searches through all chains to find any that have jobs which match the given labels. |
java.util.List<ChainResultsSummary> |
BuildResultsSummaryDao.findChainResultsWithJobLabelled(ResultsSummaryCriteria criteria,
java.util.List<Label> labels)
Searches through all chains to find any that have jobs which match the given labels. |
ResultsSummaryCriteriaBuilder |
ResultsSummaryCriteriaBuilder.setMatchesLabels(java.util.List<Label> matchesLabels)
|
void |
ResultsSummaryCriteria.setMatchesLabels(java.util.List<Label> matchesLabels)
|
Uses of Label in com.atlassian.bamboo.ww2.actions.labels |
---|
Methods in com.atlassian.bamboo.ww2.actions.labels that return types with arguments of type Label | |
---|---|
java.util.List<Label> |
EditLabelsAction.getLabels()
|
Method parameters in com.atlassian.bamboo.ww2.actions.labels with type arguments of type Label | |
---|---|
void |
EditLabelsAction.setLabels(java.util.List<Label> labels)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |