Uses of Class
com.atlassian.bamboo.ww2.beans.DecoratedPlan
-
Uses of DecoratedPlan in com.atlassian.bamboo.ww2.beans
Modifier and TypeClassDescriptionstatic class
Branches are top level branch plans.Modifier and TypeMethodDescription@Nullable DecoratedPlan
DecoratedNavObjectFactory.decoratePlan
(@NotNull ImmutablePlan plan) Decorate plan@Nullable DecoratedPlan
DecoratedNavObjectFactoryImpl.decoratePlan
(@NotNull ImmutablePlan possiblyMutablePlan) @NotNull DecoratedPlan
DecoratedNavObjectFactory.getDecoratedPlan
(ChainResultsSummary resultSummary) Gets the decorated plan for the given result summary.DecoratedNavObjectFactoryImpl.getDecoratedPlan
(ChainResultsSummary resultSummary) @Nullable DecoratedPlan
DecoratedStage.getJobWithKey
(@NotNull PlanKey planKey) Get the job with the given key, returns null if no such job is found.@NotNull DecoratedPlan
DecoratedPlan.DecoratedBranch.getMaster()
DecoratedPlan.DecoratedPlanBranchGist.getMaster()
abstract @Nullable DecoratedPlan
DecoratedPlan.getMaster()
@Nullable DecoratedPlan
DecoratedPlan.DecoratedBranch.getParent()
abstract @Nullable DecoratedPlan
DecoratedPlan.getParent()
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<DecoratedPlan>
DecoratedNavObjectFactory.getDecoratedChainBranches
(@NotNull DecoratedPlan master) Deprecated.since 6.5 causes explosive cache refreshcom.google.common.collect.ImmutableList<DecoratedPlan>
DecoratedNavObjectFactoryImpl.getDecoratedChainBranches
(@NotNull DecoratedPlan master) DecoratedStage.getJobs()
Modifier and TypeMethodDescriptionstatic @Nullable DecoratedResult
DecoratedResult.decorateChainResult
(@NotNull PlanExecutionManager planExecutionManager, @NotNull ChainResultsSummary resultsSummary, @NotNull DecoratedPlan decoratedPlan, @NotNull DecoratedNavObjectFactory decoratedNavObjectFactory) Decorate aChainResultsSummary
.com.google.common.collect.ImmutableList<DecoratedPlan>
DecoratedNavObjectFactory.getDecoratedChainBranches
(@NotNull DecoratedPlan master) Deprecated.since 6.5 causes explosive cache refreshcom.google.common.collect.ImmutableList<DecoratedPlan>
DecoratedNavObjectFactoryImpl.getDecoratedChainBranches
(@NotNull DecoratedPlan master) com.google.common.collect.ImmutableList<DecoratedPlan.DecoratedPlanBranchGist>
DecoratedNavObjectFactory.getDecoratedChainBranchIdentifiers
(@NotNull DecoratedPlan master) Returns a list of branches associated with the master.com.google.common.collect.ImmutableList<DecoratedPlan.DecoratedPlanBranchGist>
DecoratedNavObjectFactoryImpl.getDecoratedChainBranchIdentifiers
(@NotNull DecoratedPlan master) DecoratedNavObjectFactory.getStageDecorator
(@NotNull DecoratedPlan parent) Return a function that could be used to decorate stagesDecoratedNavObjectFactoryImpl.getStageDecorator
(@NotNull DecoratedPlan parent) DecoratedNavObjectFactory.getStageResultDecorator
(@NotNull DecoratedPlan parent) DecoratedNavObjectFactoryImpl.getStageResultDecorator
(@NotNull DecoratedPlan parent) ModifierConstructorDescriptionDecoratedBranch
(@NotNull DecoratedNavObjectFactory decoratedNavObjectFactory, @NotNull ImmutableChainBranch branch, @NotNull DecoratedPlan master) DecoratedPlanBranchGist
(DecoratedPlan master, PlanBranchGist gist)