public interface DecoratedNavObjectFactory
| Modifier and Type | Method and Description |
|---|---|
DecoratedPlan |
decoratePlan(ImmutablePlan plan)
Decorate plan
|
com.google.common.collect.ImmutableList<DecoratedPlan> |
getDecoratedChainBranches(DecoratedPlan master)
Returns a list of branches associated with the master.
|
DecoratedPlan |
getDecoratedPlan(ResultsSummary resultSummary)
Gets the decorated plan for the given result summary.
|
com.google.common.base.Function<ImmutableChainStage,DecoratedStage> |
getStageDecorator(DecoratedPlan parent)
Return a function that could be used to decorate stages
|
String |
getSubstitutedBranchName(ImmutableChain chain)
Gets the branch name from the default repository if the chain has one.
|
@Nullable DecoratedPlan decoratePlan(@NotNull ImmutablePlan plan)
plan - Plan to be decoratedDecoratedPlan objectcom.google.common.base.Function<ImmutableChainStage,DecoratedStage> getStageDecorator(@NotNull DecoratedPlan parent)
parent - DecoratedPlan object that was created from a chaincom.google.common.collect.ImmutableList<DecoratedPlan> getDecoratedChainBranches(@NotNull DecoratedPlan master)
master - @Nullable DecoratedPlan getDecoratedPlan(ResultsSummary resultSummary)
resultSummary - @Nullable String getSubstitutedBranchName(@NotNull ImmutableChain chain)
chain - Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.