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

Packages that use Labelling
com.atlassian.bamboo.build   
com.atlassian.bamboo.index   
com.atlassian.bamboo.labels   
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.project   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.utils   
 

Uses of Labelling in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build that return types with arguments of type Labelling
 java.util.List<Labelling> BuildObjectForTests.getLabellings()
           
 java.util.List<Labelling> BuildObjectForTests.getRelatedLabellings()
           
 

Uses of Labelling in com.atlassian.bamboo.index
 

Methods in com.atlassian.bamboo.index that return types with arguments of type Labelling
 java.util.List<Labelling> BuildResultsSummaryDocument.getLabellings()
           
 

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, Plan plan)
           
 Labelling LabelDao.findLabellingByBuild(Label label, Plan plan)
           
 Labelling LabelHibernateDao.findLabellingByBuild(java.lang.String name, java.lang.String namespace, Plan plan)
           
 Labelling LabelDao.findLabellingByBuild(java.lang.String name, java.lang.String namespace, Plan 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)
           
 Labelling LabelHibernateDao.findLabellingByResultsSummary(java.lang.String name, java.lang.String namespace, ResultsSummary buildResultsSummary)
           
 Labelling LabelDao.findLabellingByResultsSummary(java.lang.String name, java.lang.String namespace, ResultsSummary buildResultsSummary)
           
 

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.findLabels(Plan plan)
           
 java.util.List<Labelling> LabelDao.findLabels(Plan plan)
           
 java.util.List<Labelling> LabelHibernateDao.findLabels(Project project)
           
 java.util.List<Labelling> LabelDao.findLabels(Project project)
           
 

Methods in com.atlassian.bamboo.labels with parameters of type Labelling
 void LabelHibernateDao.saveLabelling(Labelling labelling)
           
 void LabelManager.saveLabelling(Labelling labelling)
          Saves a specific labelling - does not do any validation or checking.
 void LabelDao.saveLabelling(Labelling labelling)
           
 void LabelManagerImpl.saveLabelling(Labelling labelling)
           
 

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.migration.stream
 

Fields in com.atlassian.bamboo.migration.stream with type parameters of type Labelling
protected  java.util.List<Labelling> ProjectMapper.labels
           
protected  java.util.List<Labelling> AbstractPlanMapper.labels
           
 

Methods in com.atlassian.bamboo.migration.stream that return Labelling
protected  Labelling LabellingMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
           
 

Methods in com.atlassian.bamboo.migration.stream that return types with arguments of type Labelling
 java.util.List<Labelling> AbstractResultSummaryMapper.getLabels()
           
 

Methods in com.atlassian.bamboo.migration.stream with parameters of type Labelling
protected  void LabellingMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement, Labelling object, net.sf.hibernate.Session session)
           
protected  void LabellingMapper.importProperties(Labelling object, org.codehaus.staxmate.in.SMInputCursor inputCursor, net.sf.hibernate.Session session)
           
 

Uses of Labelling in com.atlassian.bamboo.plan
 

Methods in com.atlassian.bamboo.plan that return types with arguments of type Labelling
 java.util.List<Labelling> PlanPermissionSkeleton.getLabellings()
           
 java.util.List<Labelling> Plan.getLabellings()
           
 java.util.List<Labelling> AbstractPlan.getLabellings()
           
 java.util.List<Labelling> PlanPermissionSkeleton.getRelatedLabellings()
           
 java.util.List<Labelling> Plan.getRelatedLabellings()
           
 java.util.List<Labelling> AbstractPlan.getRelatedLabellings()
           
 

Method parameters in com.atlassian.bamboo.plan with type arguments of type Labelling
 void PlanPermissionSkeleton.setLabellings(java.util.List<Labelling> labellings)
           
 void Plan.setLabellings(java.util.List<Labelling> labellings)
           
 void AbstractPlan.setLabellings(java.util.List<Labelling> labellings)
           
 

Uses of Labelling in com.atlassian.bamboo.project
 

Methods in com.atlassian.bamboo.project that return types with arguments of type Labelling
 java.util.List<Labelling> Project.getLabellings()
           
 java.util.List<Labelling> DefaultProject.getLabellings()
           
 java.util.List<Labelling> Project.getRelatedLabellings()
           
 java.util.List<Labelling> DefaultProject.getRelatedLabellings()
           
 

Method parameters in com.atlassian.bamboo.project with type arguments of type Labelling
 void Project.setLabellings(java.util.List<Labelling> labellings)
           
 void DefaultProject.setLabellings(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> BuildResultsSummaryForTesting.getLabellings()
           
 java.util.List<Labelling> ResultsSummary.getLabellings()
          Tags / labels assocaited with the build
 java.util.List<Labelling> AbstractResultsSummary.getLabellings()
           
 

Method parameters in com.atlassian.bamboo.resultsummary with type arguments of type Labelling
 void AbstractResultsSummary.setLabellings(java.util.List<Labelling> labellings)
           
 

Uses of Labelling in com.atlassian.bamboo.utils
 

Methods in com.atlassian.bamboo.utils that return types with arguments of type Labelling
static com.google.common.base.Predicate<Labelling> BambooPredicates.labelNameIn(java.lang.Iterable<java.lang.String> labelNames)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.