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

Packages that use Label
com.atlassian.bamboo.labels   
com.atlassian.bamboo.migration.beans   
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> 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.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, 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 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.beans
 

Method parameters in com.atlassian.bamboo.migration.beans with type arguments of type Label
 ChainBranchMapper MapperFactoryImpl.newChainBranchMapper(Project project, java.util.Map<java.lang.Long,Label> labelMap, java.util.Map<java.lang.Long,ExtendedAuthor> authorMap)
           
 ChainBranchMapper MapperFactory.newChainBranchMapper(Project project, java.util.Map<java.lang.Long,Label> labelMap, java.util.Map<java.lang.Long,ExtendedAuthor> authorMap)
           
 ChainMapper MapperFactoryImpl.newChainMapper(Project project, java.util.Map<java.lang.Long,Label> labelMap, java.util.Map<java.lang.Long,ExtendedAuthor> authorMap)
           
 ChainMapper MapperFactory.newChainMapper(Project project, java.util.Map<java.lang.Long,Label> labelMap, java.util.Map<java.lang.Long,ExtendedAuthor> authorMap)
           
 JobMapper MapperFactoryImpl.newJobMapper(Project project, java.util.Map<java.lang.Long,Label> labelMap, java.util.Map<java.lang.Long,ExtendedAuthor> authorMap)
           
 JobMapper MapperFactory.newJobMapper(Project project, java.util.Map<java.lang.Long,Label> labelMap, java.util.Map<java.lang.Long,ExtendedAuthor> authorMap)
           
 

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,ExtendedAuthor> authorMap, PlanDao planDao, ResultsSummaryManager resultsSummaryManager, BuildResultsSummaryDao buildResultSummaryDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, RepositoryDefinitionDao repositoryDefinitionDao, PlanRepositoryLinkDao planRepositoryLinkDao, NotificationSetMapper notificationSetMapper)
           
AbstractPlanMapper(net.sf.hibernate.SessionFactory sessionFactory, BambooStAXListImportStrategy listImportStrategy, Project project, java.util.Map<java.lang.Long,Label> labelMap, java.util.Map<java.lang.Long,ExtendedAuthor> authorMap, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, PlanDao planDao, RepositoryDefinitionDao repositoryDefinitionDao, PlanRepositoryLinkDao planRepositoryLinkDao, NotificationSetMapper notificationSetMapper)
           
AbstractResultSummaryMapper(net.sf.hibernate.SessionFactory sessionFactory, BuildResultsSummaryDao buildResultsSummaryDao, Plan buildable, java.util.Map<java.lang.Long,Label> labelMap)
           
BuildResultSummaryMapper(net.sf.hibernate.SessionFactory sessionFactory, BuildResultsSummaryDao buildResultsSummaryDao, Plan buildable, java.util.Map<java.lang.Long,Label> labelMap)
           
ChainBranchMapper(net.sf.hibernate.SessionFactory sessionFactory, Project project, java.util.Map<java.lang.Long,Label> labelMap, java.util.Map<java.lang.Long,ExtendedAuthor> authorMap, PlanDao planDao, ResultsSummaryManager resultsSummaryManager, BuildResultsSummaryDao buildResultSummaryDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, RepositoryDefinitionDao repositoryDefinitionDao, PlanRepositoryLinkDao planRepositoryLinkDao, NotificationSetMapper notificationSetMapper)
           
ChainMapper(net.sf.hibernate.SessionFactory sessionFactory, Project project, java.util.Map<java.lang.Long,Label> labelMap, java.util.Map<java.lang.Long,ExtendedAuthor> authorMap, PlanDao planDao, ResultsSummaryManager resultsSummaryManager, BuildResultsSummaryDao buildResultSummaryDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, RepositoryDefinitionDao repositoryDefinitionDao, PlanRepositoryLinkDao planRepositoryLinkDao, NotificationSetMapper notificationSetMapper)
           
ChainResultMapper(net.sf.hibernate.SessionFactory sessionFactory, Chain chain, BuildResultsSummaryDao buildResultsSummaryDao, ResultsSummaryManager resultsSummaryManager, java.util.Map<java.lang.Long,Label> labelMap)
           
JobMapper(net.sf.hibernate.SessionFactory sessionFactory, Project project, java.util.Map<java.lang.Long,Label> labelMap, java.util.Map<java.lang.Long,ExtendedAuthor> authorMap, BuildResultsSummaryDao buildResultsSummaryDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, PlanDao planDao, RepositoryDefinitionDao repositoryDefinitionDao, PlanRepositoryLinkDao planRepositoryLinkDao, LegacyRequirementMapper legacyRequirementMapper, NotificationSetMapper notificationSetMapper, RequirementSetMapper requirementSetMapper)
           
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> DashboardFilter.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 © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.