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 |
---|---|
DecoratedPlan |
DecoratedNavObjectFactoryImpl.decoratePlan(ImmutablePlan possiblyMutablePlan) |
DecoratedPlan |
DecoratedNavObjectFactory.decoratePlan(ImmutablePlan plan)
Decorate plan
|
DecoratedPlan |
DecoratedNavObjectFactoryImpl.getDecoratedPlan(ChainResultsSummary resultSummary) |
DecoratedPlan |
DecoratedNavObjectFactory.getDecoratedPlan(ChainResultsSummary resultSummary)
Gets the decorated plan for the given result summary.
|
DecoratedPlan |
DecoratedStage.getJobWithKey(PlanKey planKey)
Get the job with the given key, returns null if no such job is found.
|
abstract DecoratedPlan |
DecoratedPlan.getMaster() |
DecoratedPlan |
DecoratedPlan.DecoratedBranch.getMaster() |
DecoratedPlan |
DecoratedPlan.DecoratedPlanBranchGist.getMaster() |
abstract DecoratedPlan |
DecoratedPlan.getParent() |
DecoratedPlan |
DecoratedPlan.DecoratedBranch.getParent() |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<DecoratedPlan> |
DecoratedNavObjectFactoryImpl.getDecoratedChainBranches(DecoratedPlan master) |
com.google.common.collect.ImmutableList<DecoratedPlan> |
DecoratedNavObjectFactory.getDecoratedChainBranches(DecoratedPlan master)
Deprecated.
since 6.5 causes explosive cache refresh
|
List<DecoratedPlan> |
DecoratedStage.getJobs() |
Modifier and Type | Method and Description |
---|---|
static DecoratedResult |
DecoratedResult.decorateChainResult(ChainResultsSummary resultsSummary,
DecoratedPlan decoratedPlan,
DecoratedNavObjectFactory decoratedNavObjectFactory)
Decorate a
ChainResultsSummary . |
com.google.common.collect.ImmutableList<DecoratedPlan> |
DecoratedNavObjectFactoryImpl.getDecoratedChainBranches(DecoratedPlan master) |
com.google.common.collect.ImmutableList<DecoratedPlan> |
DecoratedNavObjectFactory.getDecoratedChainBranches(DecoratedPlan master)
Deprecated.
since 6.5 causes explosive cache refresh
|
com.google.common.collect.ImmutableList<DecoratedPlan.DecoratedPlanBranchGist> |
DecoratedNavObjectFactoryImpl.getDecoratedChainBranchIdentifiers(DecoratedPlan master) |
com.google.common.collect.ImmutableList<DecoratedPlan.DecoratedPlanBranchGist> |
DecoratedNavObjectFactory.getDecoratedChainBranchIdentifiers(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
|
com.google.common.base.Function<ChainStageResult,DecoratedStage> |
DecoratedNavObjectFactoryImpl.getStageResultDecorator(DecoratedPlan parent) |
com.google.common.base.Function<ChainStageResult,DecoratedStage> |
DecoratedNavObjectFactory.getStageResultDecorator(DecoratedPlan parent) |
Constructor and Description |
---|
DecoratedBranch(DecoratedNavObjectFactory decoratedNavObjectFactory,
ImmutableChainBranch branch,
DecoratedPlan master) |
DecoratedPlanBranchGist(DecoratedPlan master,
PlanBranchGist gist) |
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.