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