com.polarion.alm.builder.model.IBuildDescriptor
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| String | getName() | Build name. |
| String | getDescription() | Arbitrary, human-readable description (if any). |
| String | getBuildTag() | Build tag to use. If not specified, timestamp is typically used. |
| IBuildDefinition | getBuildDefinition() | Build definitions. Specifies how artifact should be built. |
| List | getBuildDeploymentDefinitions() | Build deployment definitions. Specifies how build results should be deployed to {@link IBuildInformationRepository} . |
Back to Index