com.polarion.alm.tracker.documents.IBranchDocumentConfiguration.IBuilder
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| IBuilder | targetProject(IProject) | By default, the project of the source Document is used. |
| IBuilder | targetSpace(ILocation) | By default, the Space location of the source Document is used (relative to the target project). |
| IBuilder | targetName(String) | By default, the name of the source Document is used. |
| IBuilder | targetTitle(String) | By default, the title of the source Document is used. |
| IBuilder | updateTitleHeading(boolean) | |
| IBuilder | query(String) | |
| IBuilder | copyWorkflowStatusAndSignatures(boolean) | |
| IBuilder | overwriteWorkItems(boolean) | |
| IBuilder | initializedFields(Collection |
Back to Index