Uses of Interface
com.atlassian.bamboo.ww2.beans.DecoratedNavObject
-
Uses of DecoratedNavObject in com.atlassian.bamboo.ww2
Modifier and TypeMethodDescriptionNavigationContext.getCurrentObject()
NavigationContext.getNavObject()
Modifier and TypeMethodDescriptionNavigationContext.getChainUrl
(DecoratedNavObject chain) NavigationContext.getJobUrl
(DecoratedNavObject job) ModifierConstructorDescriptionNavigationContext
(@NotNull String currentUrl, @NotNull DecoratedNavObject navObject, @Nullable String jobUrl, @Nullable String chainUrl) -
Uses of DecoratedNavObject in com.atlassian.bamboo.ww2.beans
Modifier and TypeClassDescriptionclass
static class
Branches are top level branch plans.class
Modifier and TypeMethodDescriptionstatic com.google.common.collect.Ordering<DecoratedNavObject>
DecoratedNavObjectFunctions.decoratedNavObjectDisplayNameOrdering()
@Nullable com.google.common.collect.ImmutableList<? extends DecoratedNavObject>
DecoratedNavGroupObject.getChildren()
@Nullable com.google.common.collect.ImmutableList<? extends DecoratedNavObject>
DecoratedStage.getChildren()
@Nullable com.google.common.collect.ImmutableList<? extends DecoratedNavObject>
DecoratedStageResult.getChildren()
Modifier and TypeMethodDescription@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
DecoratedPlan.replaceKey
(String url, DecoratedNavObject originalObject) @Nullable String
DecoratedResult.replaceKey
(String url, DecoratedNavObject originalObject)