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

Packages that use LabelCount
com.atlassian.bamboo.labels   
com.atlassian.bamboo.utils   
 

Uses of LabelCount in com.atlassian.bamboo.labels
 

Classes in com.atlassian.bamboo.labels that implement LabelCount
 class LabelCountImpl
           
 

Methods in com.atlassian.bamboo.labels that return types with arguments of type LabelCount
 java.util.List<LabelCount> LabelHibernateDao.findLabels(java.lang.String namespace, int maxResults)
           
 java.util.List<LabelCount> LabelDao.findLabels(java.lang.String namespace, int maxResults)
           
 java.util.List<LabelCount> LabelHibernateDao.findLabels(java.lang.String namespace, int maxResults, Plan plan)
           
 java.util.List<LabelCount> LabelDao.findLabels(java.lang.String namespace, int maxResults, Plan plan)
           
 java.util.List<LabelCount> LabelManager.findLabels(java.lang.String namespace, int maxResults, Plan plan, Project project)
          Finds all labels in a given build, with namespace and maxResults.
 java.util.List<LabelCount> LabelManagerImpl.findLabels(java.lang.String namespace, int maxResults, Plan plan, Project project)
           
 java.util.List<LabelCount> LabelHibernateDao.findLabels(java.lang.String namespace, int maxResults, Project project)
           
 java.util.List<LabelCount> LabelDao.findLabels(java.lang.String namespace, int maxResults, Project project)
           
 

Uses of LabelCount in com.atlassian.bamboo.utils
 

Methods in com.atlassian.bamboo.utils that return types with arguments of type LabelCount
static java.util.Comparator<LabelCount> Comparators.getLabelCountAlphabeticComparator()
           
static java.util.Comparator<LabelCount> Comparators.getLabelCountRankComparator()
           
 



Copyright © 2011 Atlassian. All Rights Reserved.