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(ImmutablePlan possiblyMutablePlan)
           
 DecoratedPlan DecoratedNavObjectFactory.decoratePlan(ImmutablePlan plan)
          Decorate plan
 DecoratedPlan DecoratedNavObjectFactoryImpl.getDecoratedPlan(ResultsSummary resultSummary)
           
 DecoratedPlan DecoratedNavObjectFactory.getDecoratedPlan(ResultsSummary resultSummary)
          Gets the decorated plan for the given result summary.
 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<ImmutableChainStage,DecoratedStage> DecoratedNavObjectFactoryImpl.getStageDecorator(DecoratedPlan parent)
           
 com.google.common.base.Function<ImmutableChainStage,DecoratedStage> DecoratedNavObjectFactory.getStageDecorator(DecoratedPlan parent)
          Return a function that could be used to decorate stages
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.