Interface PlanFields
- All Superinterfaces:
Fields
,Iterable<Field>
,IterableWithSize<Field>
- All Known Subinterfaces:
UpdatablePlanFields
- Since:
- 3.9.0
-
Method Summary
Modifier and TypeMethodDescriptionShows value ofPlanStatistics.doneAsString()
.Leading underscores and parentheses must be omitted for Velocity scripts, i.e.,$plan.fields.progress
.Shows value ofPlanStatistics.todoAsString()
.Shows value ofPlanStatistics.plannedAsString()
.author()
capacity()
color()
created()
dueDate()
id()
location()
name()
parent()
project()
records()
status()
template()
updated()
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
Methods inherited from interface com.polarion.alm.shared.api.utils.collections.IterableWithSize
addAllTo, isEmpty, size, toArray, toArrayList
-
Method Details
-
id
-
project
-
name
-
description
-
homePageContent
- Since:
- 3.9.1
-
records
-
parent
-
startDate
-
dueDate
-
status
-
startedOn
-
finishedOn
-
allowedTypes
-
prioritizationField
-
projectSpan
-
calculationType
-
estimationField
-
defaultEstimate
-
capacity
-
previousTimeSpent
-
isTemplate
-
template
-
useReportFromTemplate
- Since:
- 3.9.2
-
sortOrder
-
color
-
author
-
created
-
updated
-
location
-
_totalWork
Shows value ofPlanStatistics.plannedAsString()
. Leading underscores and parentheses must be omitted for Velocity scripts, i.e.,$plan.fields.totalWork
. -
_doneWork
Shows value ofPlanStatistics.doneAsString()
. Leading underscores and parentheses must be omitted for Velocity scripts, i.e.,$plan.fields.doneWork
. -
_remainingWork
Shows value ofPlanStatistics.todoAsString()
. Leading underscores and parentheses must be omitted for Velocity scripts, i.e.,$plan.fields.remainingWork
. -
_progress
Leading underscores and parentheses must be omitted for Velocity scripts, i.e.,$plan.fields.progress
.
-