public interface DecoratedNavObject
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName() |
String |
getKey() |
PlanIdentifier |
getMaster()
The master plan iff the plan is a branched plan and it has a master.
|
com.google.common.collect.ImmutableList<? extends DecoratedNavGroupObject> |
getNavGroups() |
DecoratedNavObject |
getParent() |
PlanType |
getPlanType() |
DecoratedNavObjectStatus |
getStatus() |
String |
getType() |
boolean |
isResult() |
String |
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
|
@NotNull String getKey()
@NotNull String getDisplayName()
@NotNull com.google.common.collect.ImmutableList<? extends DecoratedNavGroupObject> getNavGroups()
@Nullable DecoratedNavObject getParent()
@NotNull PlanType getPlanType()
@NotNull String getType()
boolean isResult()
@Nullable DecoratedNavObjectStatus getStatus()
@Nullable String replaceKey(String url, DecoratedNavObject originalObject)
url
- - to manipulateoriginalObject
- - the object the original url may have belonged to@Nullable PlanIdentifier getMaster()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.