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 DecoratedNavObjectNavigationContext. getCurrentObject()DecoratedNavObjectNavigationContext. getNavObject()Methods in com.atlassian.bamboo.ww2 with parameters of type DecoratedNavObject Modifier and Type Method Description StringNavigationContext. getChainUrl(DecoratedNavObject chain)StringNavigationContext. 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 classDecoratedPlanstatic classDecoratedPlan.DecoratedBranchBranches are top level branch plans.classDecoratedResultMethods in com.atlassian.bamboo.ww2.beans that return DecoratedNavObject Modifier and Type Method Description @Nullable DecoratedNavObjectDecoratedNavObject. 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 StringDecoratedNavObject. 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 StringDecoratedPlan. replaceKey(String url, DecoratedNavObject originalObject)@Nullable StringDecoratedResult. replaceKey(String url, DecoratedNavObject originalObject)
-