com.polarion.alm.builder.model.IBuildDescriptor.IBuildDeploymentDefinition
METHODS
Modifiers and Type | Name | Description |
---|---|---|
String | getLabel() | Build deployment artifact label. Build deployment artifact will be linked from report under this name. |
ILocation | getTargetFolder() | Location in {@link IBuildInformationRepository} where given artifact should be deployed. |
boolean | isMove() | Whether the source should be removed after the deployment. |
Back to Index