Uses of Class
com.atlassian.bamboo.ww2.beans.DecoratedPlan
-
Packages that use DecoratedPlan Package Description com.atlassian.bamboo.ww2.beans -
-
Uses of DecoratedPlan in com.atlassian.bamboo.ww2.beans
Subclasses of DecoratedPlan in com.atlassian.bamboo.ww2.beans Modifier and Type Class Description static class
DecoratedPlan.DecoratedBranch
Branches are top level branch plans.Methods in com.atlassian.bamboo.ww2.beans that return DecoratedPlan Modifier and Type Method Description @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.DecoratedPlan
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
DecoratedPlan.DecoratedPlanBranchGist. getMaster()
abstract @Nullable DecoratedPlan
DecoratedPlan. getMaster()
@Nullable DecoratedPlan
DecoratedPlan.DecoratedBranch. getParent()
abstract @Nullable DecoratedPlan
DecoratedPlan. getParent()
Methods in com.atlassian.bamboo.ww2.beans that return types with arguments of type DecoratedPlan Modifier and Type Method Description 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)
List<DecoratedPlan>
DecoratedStage. getJobs()
Methods in com.atlassian.bamboo.ww2.beans with parameters of type DecoratedPlan Modifier and Type Method Description static @Nullable DecoratedResult
DecoratedResult. decorateChainResult(@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)
com.google.common.base.Function<ImmutableChainStage,DecoratedStage>
DecoratedNavObjectFactory. getStageDecorator(@NotNull DecoratedPlan parent)
Return a function that could be used to decorate stagescom.google.common.base.Function<ImmutableChainStage,DecoratedStage>
DecoratedNavObjectFactoryImpl. getStageDecorator(@NotNull DecoratedPlan parent)
com.google.common.base.Function<ChainStageResult,DecoratedStage>
DecoratedNavObjectFactory. getStageResultDecorator(@NotNull DecoratedPlan parent)
com.google.common.base.Function<ChainStageResult,DecoratedStage>
DecoratedNavObjectFactoryImpl. getStageResultDecorator(@NotNull DecoratedPlan parent)
Constructors in com.atlassian.bamboo.ww2.beans with parameters of type DecoratedPlan Constructor Description DecoratedBranch(@NotNull DecoratedNavObjectFactory decoratedNavObjectFactory, @NotNull ImmutableChainBranch branch, @NotNull DecoratedPlan master)
DecoratedPlanBranchGist(DecoratedPlan master, PlanBranchGist gist)
-