com.polarion.alm.builder.model.IBuildDeploymentArtifact


FIELDS
Modifiers and TypeNameDescription
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 TypeNameDescription
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