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 LabelDao.findLabelByNameAndNamespace(String name, String namespace)
           
 Label LabelHibernateDao.findLabelByNameAndNamespace(String name, String namespace)
           
 Label Labelling.getLabel()
           
 Label LabelCount.getLabel()
           
 Label LabellingImpl.getLabel()
           
 

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

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



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.