| Package | Description |
|---|---|
| com.atlassian.bamboo.ww2.beans |
| Modifier and Type | Class and Description |
|---|---|
static class |
DecoratedPlan.DecoratedBranch
Branches are top level branch plans.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable DecoratedPlan |
DecoratedNavObjectFactoryImpl.decoratePlan(@NotNull ImmutablePlan possiblyMutablePlan) |
@Nullable DecoratedPlan |
DecoratedNavObjectFactory.decoratePlan(@NotNull ImmutablePlan plan)
Decorate plan
|
DecoratedPlan |
DecoratedNavObjectFactoryImpl.getDecoratedPlan(ChainResultsSummary resultSummary) |
@NotNull DecoratedPlan |
DecoratedNavObjectFactory.getDecoratedPlan(ChainResultsSummary resultSummary)
Gets the decorated plan for the given result summary.
|
@Nullable DecoratedPlan |
DecoratedStage.getJobWithKey(@NotNull PlanKey planKey)
Get the job with the given key, returns null if no such job is found.
|
abstract @Nullable DecoratedPlan |
DecoratedPlan.getMaster() |
@NotNull DecoratedPlan |
DecoratedPlan.DecoratedBranch.getMaster() |
DecoratedPlan |
DecoratedPlan.DecoratedPlanBranchGist.getMaster() |
abstract @Nullable DecoratedPlan |
DecoratedPlan.getParent() |
@Nullable DecoratedPlan |
DecoratedPlan.DecoratedBranch.getParent() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<DecoratedPlan> |
DecoratedNavObjectFactoryImpl.getDecoratedChainBranches(@NotNull DecoratedPlan master) |
com.google.common.collect.ImmutableList<DecoratedPlan> |
DecoratedNavObjectFactory.getDecoratedChainBranches(@NotNull DecoratedPlan master)
Deprecated.
since 6.5 causes explosive cache refresh
|
List<DecoratedPlan> |
DecoratedStage.getJobs() |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable DecoratedResult |
DecoratedResult.decorateChainResult(@NotNull ChainResultsSummary resultsSummary,
@NotNull DecoratedPlan decoratedPlan,
@NotNull DecoratedNavObjectFactory decoratedNavObjectFactory)
Decorate a
ChainResultsSummary. |
com.google.common.collect.ImmutableList<DecoratedPlan> |
DecoratedNavObjectFactoryImpl.getDecoratedChainBranches(@NotNull DecoratedPlan master) |
com.google.common.collect.ImmutableList<DecoratedPlan> |
DecoratedNavObjectFactory.getDecoratedChainBranches(@NotNull DecoratedPlan master)
Deprecated.
since 6.5 causes explosive cache refresh
|
com.google.common.collect.ImmutableList<DecoratedPlan.DecoratedPlanBranchGist> |
DecoratedNavObjectFactoryImpl.getDecoratedChainBranchIdentifiers(@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.base.Function<ImmutableChainStage,DecoratedStage> |
DecoratedNavObjectFactoryImpl.getStageDecorator(@NotNull DecoratedPlan parent) |
com.google.common.base.Function<ImmutableChainStage,DecoratedStage> |
DecoratedNavObjectFactory.getStageDecorator(@NotNull DecoratedPlan parent)
Return a function that could be used to decorate stages
|
com.google.common.base.Function<ChainStageResult,DecoratedStage> |
DecoratedNavObjectFactoryImpl.getStageResultDecorator(@NotNull DecoratedPlan parent) |
com.google.common.base.Function<ChainStageResult,DecoratedStage> |
DecoratedNavObjectFactory.getStageResultDecorator(@NotNull DecoratedPlan parent) |
| Constructor and Description |
|---|
DecoratedBranch(@NotNull DecoratedNavObjectFactory decoratedNavObjectFactory,
@NotNull ImmutableChainBranch branch,
@NotNull DecoratedPlan master) |
DecoratedPlanBranchGist(DecoratedPlan master,
PlanBranchGist gist) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.