Uses of Class
com.atlassian.bamboo.ww2.beans.DecoratedPlan

Packages that use DecoratedPlan
com.atlassian.bamboo.ww2.beans   
 

Uses of DecoratedPlan in com.atlassian.bamboo.ww2.beans
 

Methods in com.atlassian.bamboo.ww2.beans that return DecoratedPlan
 DecoratedPlan DecoratedNavObjectFactoryImpl.decoratePlan(Plan plan)
           
 DecoratedPlan DecoratedNavObjectFactory.decoratePlan(Plan plan)
          Decorate plan
 DecoratedPlan DecoratedPlan.getParent()
           
 

Methods in com.atlassian.bamboo.ww2.beans that return types with arguments of type DecoratedPlan
 com.google.common.collect.ImmutableList<DecoratedPlan> DecoratedResult.getBranches()
           
 com.google.common.collect.ImmutableList<DecoratedPlan> DecoratedPlan.getBranches()
           
 com.google.common.collect.ImmutableList<DecoratedPlan> DecoratedNavObjectFactoryImpl.getDecoratedChainBranches(DecoratedPlan master)
           
 com.google.common.collect.ImmutableList<DecoratedPlan> DecoratedNavObjectFactory.getDecoratedChainBranches(DecoratedPlan master)
          Returns a list of branches associated with the master.
 java.util.List<DecoratedPlan> DecoratedStage.getJobs()
           
 

Methods in com.atlassian.bamboo.ww2.beans with parameters of type DecoratedPlan
 com.google.common.collect.ImmutableList<DecoratedPlan> DecoratedNavObjectFactoryImpl.getDecoratedChainBranches(DecoratedPlan master)
           
 com.google.common.collect.ImmutableList<DecoratedPlan> DecoratedNavObjectFactory.getDecoratedChainBranches(DecoratedPlan master)
          Returns a list of branches associated with the master.
 com.google.common.base.Function<ChainStage,DecoratedStage> DecoratedNavObjectFactoryImpl.getStageDecorator(DecoratedPlan parent)
           
 com.google.common.base.Function<ChainStage,DecoratedStage> DecoratedNavObjectFactory.getStageDecorator(DecoratedPlan parent)
          Return a function that could be used to decorate stages
 



Copyright © 2012 Atlassian. All Rights Reserved.