JavaScript is disabled on your browser.
All Superinterfaces:
CanRender <Renderer <? extends Renderer <?>>>
, HasFields
, HasReference <ModelEntityReference >
, ModelEntity
, ModelEntityBase <Plan ,PlanReference >
, ModelObject
, ModelObjectBase <Plan ,PlanReference >
, Plan
, UpdatableModelObject
, UpdatableModelObjectBase <Plan ,PlanReference >
Since:
3.9.0
Method Summary
All Methods Instance Methods Abstract Methods
void
Copies field values and wiki page with attachments from plan template.
void
The shortcut for iterating over
Plan.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.
Method Details
items
Description copied from interface: Plan
The shortcut for iterating over
Plan.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.
Specified by:
items
in interface Plan
copyFromTemplate
void copyFromTemplate (@NotNull
Plan template)
Copies field values and wiki page with attachments from plan template.
If this plan is a template then copies all fields,
otherwise copies fields in IPlan.FIELDS_FROM_TEMPLATE
and sets the IPlan.KEY_TEMPLATE
field to the plan template.
Parameters:
template
- the plan template
Throws:
IllegalArgumentException
- if parameter template is not a template