Uses of Interface
com.atlassian.bamboo.labels.Label

Packages that use Label
com.atlassian.bamboo.labels   
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.utils   
com.atlassian.bamboo.utils.functions   
com.atlassian.bamboo.webwork   
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 Labelling.getLabel()
           
 Label LabelCount.getLabel()
           
 Label LabellingImpl.getLabel()
           
 Label LabelCountImpl.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> LabelManager.findLabelsByMatchingString(java.lang.String match, java.lang.String escapeChar)
          Find all labels that match the specified string.
 java.util.List<Label> LabelManagerImpl.findLabelsByMatchingString(java.lang.String match, java.lang.String escapeChar)
           
 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.Set<Label> LabelHibernateDao.findPlanLabels(java.lang.String namespace)
           
 java.util.Set<Label> LabelDao.findPlanLabels(java.lang.String namespace)
          Finds labels that are *only* plan level labellings matching the namespace.
 java.util.Set<Label> LabelHibernateDao.findPlanLabels(java.lang.String namespace, PlanIdentifier plan)
           
 java.util.Set<Label> LabelDao.findPlanLabels(java.lang.String namespace, PlanIdentifier plan)
          Finds labels that are *only* plan level labellings matching the namespace and associated with a plan.
 java.util.Set<Label> LabelManager.getAllPlanLabels()
          All labels used on a plan level
 java.util.Set<Label> LabelManagerImpl.getAllPlanLabels()
           
 java.util.Collection<Label> LabelManager.getLabelsByName(java.util.List<java.lang.String> labelNames)
          Gets list of labels based on label names
 java.util.Collection<Label> LabelManagerImpl.getLabelsByName(java.util.List<java.lang.String> labelNames)
           
 java.util.Set<Label> LabelManager.getPlanLabels(ImmutablePlan plan)
          Get labels defined for a plan
 java.util.Set<Label> LabelManagerImpl.getPlanLabels(ImmutablePlan plan)
           
 

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 Labelling.setLabel(Label label)
           
 void LabelCount.setLabel(Label label)
           
 void LabellingImpl.setLabel(Label label)
           
 void LabelCountImpl.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, ExportDetailsBean exportDetailsBean)
           
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
AbstractChainMapper(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, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, RepositoryDefinitionManager repositoryDefinitionManager)
           
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, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, PlanManager planManager, RepositoryDefinitionManager repositoryDefinitionManager)
           
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)
           
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)
           
ChainBranchMapper(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, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, RepositoryDefinitionManager repositoryDefinitionManager)
           
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, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, RepositoryDefinitionManager repositoryDefinitionManager)
           
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, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, PlanManager planManager, RepositoryDefinitionManager repositoryDefinitionManager)
           
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> 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.
 java.util.List<ChainResultsSummary> BuildResultsSummaryManagerImpl.findChainResultsWithJobLabelled(ResultsSummaryCriteria criteria, java.util.List<Label> labels)
           
 ResultsSummaryCriteriaBuilder ResultsSummaryCriteriaBuilder.setMatchesLabels(java.util.List<Label> matchesLabels)
           
 void ResultsSummaryCriteria.setMatchesLabels(java.util.List<Label> matchesLabels)
           
 

Uses of Label in com.atlassian.bamboo.utils
 

Methods in com.atlassian.bamboo.utils that return types with arguments of type Label
static com.google.common.base.Function<Label,java.lang.String> BambooFunctions.getLabelName()
           
static com.google.common.base.Function<Label,java.lang.String> BambooFunctions.getLabelNamespace()
           
 

Uses of Label in com.atlassian.bamboo.utils.functions
 

Methods in com.atlassian.bamboo.utils.functions with parameters of type Label
 java.lang.String Labels.GetLabelName.apply(Label input)
           
 java.lang.String Labels.GetLabelNamespace.apply(Label input)
           
 

Uses of Label in com.atlassian.bamboo.webwork
 

Methods in com.atlassian.bamboo.webwork that return types with arguments of type Label
 java.lang.Iterable<Label> StarterAction.getAllPlanLabels()
           
 

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)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.