Uses of Interface
com.atlassian.bamboo.ww2.beans.DecoratedNavObject
-
Packages that use DecoratedNavObject Package Description com.atlassian.bamboo.ww2 com.atlassian.bamboo.ww2.beans -
-
Uses of DecoratedNavObject in com.atlassian.bamboo.ww2
Methods in com.atlassian.bamboo.ww2 that return DecoratedNavObject Modifier and Type Method Description DecoratedNavObject
NavigationContext. getCurrentObject()
DecoratedNavObject
NavigationContext. getNavObject()
Methods in com.atlassian.bamboo.ww2 with parameters of type DecoratedNavObject Modifier and Type Method Description String
NavigationContext. getChainUrl(DecoratedNavObject chain)
String
NavigationContext. getJobUrl(DecoratedNavObject job)
Constructors in com.atlassian.bamboo.ww2 with parameters of type DecoratedNavObject Constructor Description NavigationContext(@NotNull String currentUrl, @NotNull DecoratedNavObject navObject, @Nullable String jobUrl, @Nullable String chainUrl)
-
Uses of DecoratedNavObject in com.atlassian.bamboo.ww2.beans
Classes in com.atlassian.bamboo.ww2.beans that implement DecoratedNavObject Modifier and Type Class Description class
DecoratedPlan
static class
DecoratedPlan.DecoratedBranch
Branches are top level branch plans.class
DecoratedResult
Methods in com.atlassian.bamboo.ww2.beans that return DecoratedNavObject Modifier and Type Method Description @Nullable DecoratedNavObject
DecoratedNavObject. getParent()
Methods in com.atlassian.bamboo.ww2.beans that return types with arguments of type DecoratedNavObject Modifier and Type Method Description static 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()
Methods in com.atlassian.bamboo.ww2.beans with parameters of type DecoratedNavObject Modifier and Type Method Description @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)
-