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

Packages that use Label
com.atlassian.bamboo.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 LabellingImpl.getLabel()
           
 Label LabelCount.getLabel()
           
 

Methods in com.atlassian.bamboo.labels with parameters of type Label
 java.util.List LabelHibernateDao.findBuildResultsSummaryByLabel(Label label)
           
 java.util.List LabelDao.findBuildResultsSummaryByLabel(Label label)
           
 Labelling LabelHibernateDao.findLabellingByBuild(Label label, Build build)
           
 Labelling LabelDao.findLabellingByBuild(Label label, Build build)
           
 Labelling LabelHibernateDao.findLabellingByBuildResultsSummary(Label label, BuildResultsSummary buildResultsSummary)
           
 Labelling LabelDao.findLabellingByBuildResultsSummary(Label label, BuildResultsSummary buildResultsSummary)
           
 Labelling LabelHibernateDao.findLabellingByProject(Label label, Project project)
           
 Labelling LabelDao.findLabellingByProject(Label label, Project project)
           
 int LabelHibernateDao.getUsageCountForLabel(Label label)
           
 int LabelDao.getUsageCountForLabel(Label label)
           
 void Labelling.setLabel(Label label)
           
 void LabellingImpl.setLabel(Label label)
           
 void LabelCount.setLabel(Label label)
           
 

Constructors in com.atlassian.bamboo.labels with parameters of type Label
LabelCount(Label label, int count)
           
 



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.