Uses of Interface
com.atlassian.bamboo.ww2.beans.DecoratedNavObject

Packages that use DecoratedNavObject
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
 DecoratedNavObject NavigationContext.getCurrentObject()
           
 DecoratedNavObject NavigationContext.getNavObject()
           
 

Methods in com.atlassian.bamboo.ww2 with parameters of type DecoratedNavObject
 java.lang.String NavigationContext.getChainUrl(DecoratedNavObject chain)
           
 java.lang.String NavigationContext.getJobUrl(DecoratedNavObject job)
           
 

Constructors in com.atlassian.bamboo.ww2 with parameters of type DecoratedNavObject
NavigationContext(java.lang.String currentUrl, DecoratedNavObject navObject, java.lang.String jobUrl, java.lang.String chainUrl)
           
 

Uses of DecoratedNavObject in com.atlassian.bamboo.ww2.beans
 

Classes in com.atlassian.bamboo.ww2.beans that implement DecoratedNavObject
 class DecoratedPlan
           
 class DecoratedResult
           
 

Methods in com.atlassian.bamboo.ww2.beans that return DecoratedNavObject
 DecoratedNavObject DecoratedResult.getParent()
           
 DecoratedNavObject DecoratedNavObject.getParent()
           
 

Methods in com.atlassian.bamboo.ww2.beans that return types with arguments of type DecoratedNavObject
static com.google.common.collect.Ordering<DecoratedNavObject> DecoratedNavObjectFunctions.decoratedNavObjectDisplayNameOrdering()
           
 com.google.common.collect.ImmutableList<? extends DecoratedNavObject> DecoratedStageResult.getChildren()
           
 com.google.common.collect.ImmutableList<? extends DecoratedNavObject> DecoratedStage.getChildren()
           
 com.google.common.collect.ImmutableList<? extends DecoratedNavObject> DecoratedNavGroupObject.getChildren()
           
 

Methods in com.atlassian.bamboo.ww2.beans with parameters of type DecoratedNavObject
 java.lang.String DecoratedResult.replaceKey(java.lang.String url, DecoratedNavObject originalObject)
           
 java.lang.String DecoratedPlan.replaceKey(java.lang.String url, DecoratedNavObject originalObject)
           
 java.lang.String DecoratedNavObject.replaceKey(java.lang.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
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.