-
Method Summary
Returns children plans sorted the same way as in the UI.
Returns the decoration color for this plan either directly from color field, or from color field of the template of this plan.
com.polarion.alm.tracker.model.IPlan
The shortcut for iterating over
fields()
.
PlanFields.records()
and other helper methods related to Work Items contained in the Plan.
The iterator never returns null value or the same value more than once.
Returns label for the plan which is name or id.
-
Method Details
-
-
label
Returns label for the plan which is name or id.
- Specified by:
label
in interface ModelObject
-
decorationColor
@NotNull
String decorationColor()
Returns the decoration color for this plan either directly from color field, or from color field of the template of this plan.
-
-
items
The shortcut for iterating over
fields()
.
PlanFields.records()
and other helper methods related to Work Items contained in the Plan.
The iterator never returns null value or the same value more than once.
-
-
getOldApi
@NotNull
@GwtIncompatible
com.polarion.alm.tracker.model.IPlan getOldApi()
- Specified by:
getOldApi
in interface ModelObject
-
-
children
Returns children plans sorted the same way as in the UI.
-