Package | Description |
---|---|
com.atlassian.bamboo.ww2.beans |
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() |
abstract DecoratedPlan |
DecoratedPlan.getParent() |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<DecoratedPlan> |
DecoratedResult.getBranches() |
com.google.common.collect.ImmutableList<DecoratedPlan> |
DecoratedPlan.getBranches() |
com.google.common.collect.ImmutableList<DecoratedPlan> |
DecoratedNavObjectFactoryImpl.getDecoratedChainBranches(DecoratedPlan master) |
com.google.common.collect.ImmutableList<DecoratedPlan> |
DecoratedNavObjectFactory.getDecoratedChainBranches(DecoratedPlan master)
Returns a list of branches associated with the master.
|
List<DecoratedPlan> |
DecoratedStage.getJobs() |
Modifier and Type | Method and Description |
---|---|
static DecoratedResult |
DecoratedResult.decorateChainResult(ChainResultsSummary resultsSummary,
DecoratedPlan decoratedPlan)
Decorate a
ChainResultsSummary . |
com.google.common.collect.ImmutableList<DecoratedPlan> |
DecoratedNavObjectFactoryImpl.getDecoratedChainBranches(DecoratedPlan master) |
com.google.common.collect.ImmutableList<DecoratedPlan> |
DecoratedNavObjectFactory.getDecoratedChainBranches(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
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.