JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
com.polarion.alm.shared.api.model.plan.PlanWorkItems
Packages that use
PlanWorkItems
Package
Description
com.polarion.alm.shared.api.model.plan
Uses of
PlanWorkItems
in
com.polarion.alm.shared.api.model.plan
Subinterfaces of
PlanWorkItems
in
com.polarion.alm.shared.api.model.plan
Modifier and Type
Interface
Description
interface
UpdatablePlanWorkItems
Methods in
com.polarion.alm.shared.api.model.plan
that return
PlanWorkItems
Modifier and Type
Method
Description
PlanWorkItems
Plan.
items
()
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.