| 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(@NotNull String currentUrl,
@NotNull DecoratedNavObject navObject,
@Nullable String jobUrl,
@Nullable String chainUrl) |
| Modifier and Type | Class and Description |
|---|---|
class |
DecoratedPlan |
static class |
DecoratedPlan.DecoratedBranch
Branches are top level branch plans.
|
class |
DecoratedResult |
| Modifier and Type | Method and Description |
|---|---|
@Nullable DecoratedNavObject |
DecoratedNavObject.getParent() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.collect.Ordering<DecoratedNavObject> |
DecoratedNavObjectFunctions.decoratedNavObjectDisplayNameOrdering() |
| Modifier and Type | Method and Description |
|---|---|
@Nullable String |
DecoratedPlan.replaceKey(String url,
DecoratedNavObject originalObject) |
@Nullable 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
|
@Nullable String |
DecoratedResult.replaceKey(String url,
DecoratedNavObject originalObject) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.