Package | Description |
---|---|
com.atlassian.bamboo.ww2 | |
com.atlassian.bamboo.ww2.beans |
Modifier and Type | Method and Description |
---|---|
DecoratedNavObject |
NavigationContext.getCurrentObject() |
DecoratedNavObject |
NavigationContext.getNavObject() |
Modifier and Type | Method and Description |
---|---|
String |
NavigationContext.getChainUrl(DecoratedNavObject chain) |
String |
NavigationContext.getJobUrl(DecoratedNavObject job) |
Constructor and Description |
---|
NavigationContext(String currentUrl,
DecoratedNavObject navObject,
String jobUrl,
String chainUrl) |
Modifier and Type | Class and Description |
---|---|
class |
DecoratedPlan |
protected static class |
DecoratedPlan.DecoratedBranch
Branches are top level branch plans.
|
class |
DecoratedResult |
Modifier and Type | Method and Description |
---|---|
DecoratedNavObject |
DecoratedNavObject.getParent() |
Modifier and Type | Method and Description |
---|---|
static com.google.common.collect.Ordering<DecoratedNavObject> |
DecoratedNavObjectFunctions.decoratedNavObjectDisplayNameOrdering() |
com.google.common.collect.ImmutableList<? extends DecoratedNavObject> |
DecoratedStage.getChildren() |
com.google.common.collect.ImmutableList<? extends DecoratedNavObject> |
DecoratedNavGroupObject.getChildren() |
com.google.common.collect.ImmutableList<? extends DecoratedNavObject> |
DecoratedStageResult.getChildren() |
Modifier and Type | Method and Description |
---|---|
String |
DecoratedResult.replaceKey(String url,
DecoratedNavObject originalObject) |
String |
DecoratedNavObject.replaceKey(String url,
DecoratedNavObject originalObject)
Given an existing url (may be directly from the originalObject or may be with a static ${planKey} reference) generate
the new url for this object
|
String |
DecoratedPlan.replaceKey(String url,
DecoratedNavObject originalObject) |
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.