com.polarion.alm.builder.model.IBuildDeploymentArtifact
FIELDS
| Modifiers and Type | Name | Description |
|---|---|---|
| String | TYPE_ID | structure id |
| String | KEY_LABEL | field label of type {@link String} |
| String | KEY_LOCATION | field location of type {@link ILocation} |
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| String | getLabel() | Build deployment artifact label. |
| ILocation | getLocation() | Location in {@link IBuildInformationRepository} where this artifact is deployed. |
| void | setLabel(String) | Set build deployment artifact label. |
| void | setLocation(ILocation) | Set BIR location. |
Back to Index