Package com.atlassian.bamboo.ww2.beans
Class DecoratedStage
java.lang.Object
com.atlassian.bamboo.ww2.beans.DecoratedStage
- All Implemented Interfaces:
DecoratedNavGroupObject
-
Method Summary
Modifier and TypeMethodDescription@Nullable com.google.common.collect.ImmutableList<? extends DecoratedNavObject>The desciption of this grouplonggetId()getJobs()@Nullable DecoratedPlangetJobWithKey(@NotNull PlanKey planKey) Get the job with the given key, returns null if no such job is found.@NotNull StringgetName()@Nullable DecoratedNavGroupStatusbooleanisFinal()booleanisManual()
-
Method Details
-
getId
public long getId()- Specified by:
getIdin interfaceDecoratedNavGroupObject- Returns:
- object id
-
getName
- Specified by:
getNamein interfaceDecoratedNavGroupObject- Returns:
- display name
-
getChildren
@Nullable public @Nullable com.google.common.collect.ImmutableList<? extends DecoratedNavObject> getChildren()- Specified by:
getChildrenin interfaceDecoratedNavGroupObject- Returns:
- children grouped under this group, sorted by display name.
-
getStatus
- Specified by:
getStatusin interfaceDecoratedNavGroupObject- Returns:
- status of this group if applicable
-
getGroupSummary
- Specified by:
getGroupSummaryin interfaceDecoratedNavGroupObject- Returns:
- a short summary of whats in this group
-
getDescription
Description copied from interface:DecoratedNavGroupObjectThe desciption of this group- Specified by:
getDescriptionin interfaceDecoratedNavGroupObject- Returns:
-
getPlanKey
-
isManual
public boolean isManual() -
isFinal
public boolean isFinal() -
getJobs
-
getJobWithKey
Get the job with the given key, returns null if no such job is found.
-