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

Packages that use Labelling
com.atlassian.bamboo.labels   
com.atlassian.bamboo.resultsummary   
 

Uses of Labelling in com.atlassian.bamboo.labels
 

Classes in com.atlassian.bamboo.labels that implement Labelling
 class LabellingImpl
           
 

Methods in com.atlassian.bamboo.labels that return Labelling
 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)
           
 

Methods in com.atlassian.bamboo.labels that return types with arguments of type Labelling
 java.util.List<Labelling> LabelHibernateDao.findLabellingByUser(java.lang.String userName)
           
 java.util.List<Labelling> LabelDao.findLabellingByUser(java.lang.String userName)
           
 java.util.List<Labelling> LabelHibernateDao.findLabellingsByBuild(Label label, Build build)
           
 java.util.List<Labelling> LabelDao.findLabels(Build build)
           
 java.util.List<Labelling> LabelDao.findLabels(Project project)
           
 

Method parameters in com.atlassian.bamboo.labels with type arguments of type Labelling
static java.util.List<Label> LabelParser.extractLabelsFromLabellings(java.util.List<Labelling> labellings)
           
 

Uses of Labelling in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type Labelling
 java.util.List<Labelling> BuildResultsSummary.getLabellings()
          Tags / labels assocaited with the build
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.