|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.ww2.beans.DecoratedNavObjectFactoryImpl
public class DecoratedNavObjectFactoryImpl
Constructor Summary | |
---|---|
DecoratedNavObjectFactoryImpl(ImmutablePlanCacheService immutablePlanCacheService,
com.opensymphony.xwork.TextProvider textProvider,
ChainBranchManager chainBranchManager)
|
Method Summary | |
---|---|
DecoratedPlan |
decoratePlan(Plan plan)
Decorate plan |
com.google.common.collect.ImmutableList<DecoratedPlan> |
getDecoratedChainBranches(DecoratedPlan master)
Returns a list of branches associated with the master. |
com.google.common.base.Function<ChainStage,DecoratedStage> |
getStageDecorator(DecoratedPlan parent)
Return a function that could be used to decorate stages |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DecoratedNavObjectFactoryImpl(ImmutablePlanCacheService immutablePlanCacheService, com.opensymphony.xwork.TextProvider textProvider, ChainBranchManager chainBranchManager)
Method Detail |
---|
@Nullable public DecoratedPlan decoratePlan(@NotNull Plan plan)
DecoratedNavObjectFactory
decoratePlan
in interface DecoratedNavObjectFactory
plan
- Plan
to be decorated
DecoratedPlan
objectpublic com.google.common.base.Function<ChainStage,DecoratedStage> getStageDecorator(@NotNull DecoratedPlan parent)
DecoratedNavObjectFactory
getStageDecorator
in interface DecoratedNavObjectFactory
parent
- DecoratedPlan
object that was created from a chain
public com.google.common.collect.ImmutableList<DecoratedPlan> getDecoratedChainBranches(@NotNull DecoratedPlan master)
DecoratedNavObjectFactory
getDecoratedChainBranches
in interface DecoratedNavObjectFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |