com.polarion.alm.tracker.model.IModuleHomePageBuilder.IWorkItemBuilder
METHODS
| Modifiers and Type | Name | Description | 
|---|---|---|
| IWorkItemBuilder | indent(int) | 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. | 
| IWorkItemBuilder | layout(int) | The work item layout index. Default value is 0. | 
| IWorkItemBuilder | external(boolean) | Whether the work item is external. Default value is false. | 
| IWorkItemBuilder | revision(String) | Revision of the external work item. Should be used only for external work items. Default value is null. | 
| IModuleHomePageBuilder | add() | Adds the work item to the page builder and closes this work item builder. | 
Back to Index