Uses of Class
com.atlassian.bamboo.ww2.NavigationContext
-
Packages that use NavigationContext Package Description com.atlassian.bamboo.ww2 com.atlassian.bamboo.ww2.aware -
-
Uses of NavigationContext in com.atlassian.bamboo.ww2
Methods in com.atlassian.bamboo.ww2 that return NavigationContext Modifier and Type Method Description NavigationContext
BambooActionSupport. getNavigationContext()
Methods in com.atlassian.bamboo.ww2 with parameters of type NavigationContext Modifier and Type Method Description void
BambooActionSupport. setNavigationContext(NavigationContext navigationContext)
-
Uses of NavigationContext in com.atlassian.bamboo.ww2.aware
Methods in com.atlassian.bamboo.ww2.aware that return NavigationContext Modifier and Type Method Description NavigationContext
NavigationAware. getNavigationContext()
Methods in com.atlassian.bamboo.ww2.aware with parameters of type NavigationContext Modifier and Type Method Description void
NavigationAware. setNavigationContext(NavigationContext context)
Set the current context for this action
-