Package com.polarion.alm.tracker.model
Interface IModuleHomePageBuilder.IWorkItemBuilder
- Enclosing interface:
- IModuleHomePageBuilder
public static interface IModuleHomePageBuilder.IWorkItemBuilder
- Since:
- 3.10.1
-
Method Summary
Modifier and TypeMethodDescriptionadd()
Adds the work item to the page builder and closes this work item builder.external
(boolean external) Whether the work item is external.indent
(int indent) Sets indent of the work item.layout
(int layout) The work item layout index.Revision of the external work item.
-
Method Details
-
indent
Sets indent of the work item. Indent must start with 0 after each heading, and you cannot skip some indent levels (e.g. after work item with indent 0, there cannot be work item with indent 2). Default value is 0. -
layout
The work item layout index. Default value is 0. -
external
Whether the work item is external. Default value is false. -
revision
Revision of the external work item. Should be used only for external work items. Default value is null. -
add
Adds the work item to the page builder and closes this work item builder.- Returns:
- parent builder
IModuleHomePageBuilder
-