com.polarion.alm.tracker.documents.IBranchDocumentConfiguration
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| IModule | sourceDocument() | |
| IProject | targetProject() | |
| ILocation | targetSpace() | |
| String | targetName() | |
| String | targetTitle() | |
| boolean | updateTitleHeading() | Specifies that title heading should be updated to match the {@link #targetTitle()} . By default the title heading is updated. |
| String | query() | Only Work Items matching the given query will be included in the branched Document. By default all Work Items are selected. |
| boolean | copyWorkflowStatusAndSignatures() | Specifies that workflow status and signatures should be copied to the branched document. |
| boolean | overwriteWorkItems() | |
| Collection | initializedFields() |
Back to Index