com.polarion.alm.tracker.model.IModuleHomePageBuilder
METHODS
Modifiers and Type | Name | Description |
---|---|---|
IHeadingBuilder | heading(IWorkItem) | Returns the builder for the heading placeholder. Method {@link IHeadingBuilder#add()} must be called to actually add the heading. |
IWorkItemBuilder | workItem(IWorkItem) | Returns the builder for the work item placeholder. Method {@link IWorkItemBuilder#add()} must be called to actually add the work item. |
void | set() | Sets the home page content to the module and closes this builder. No method can be called on this instance after this method is called. |
Back to Index