com.polarion.alm.builder.model.IBuildDescriptor.IBuildDependencyDefinition


METHODS
Modifiers and TypeNameDescription
IBuildArtifactSelector getBuildArtifactSelector() Build artifact(s) to which this definition applies (as {@link IBuildArtifactSelector} .
boolean isToBeRebuilt() Whether to rebuild matching artifacts.
String getBuildName() Build to run if {@link #isToBeRebuilt()} is true.

If not specified and {@link #isToBeRebuilt()} is true then current build descriptor name is used.

String getProject() Project to use for building of this artifact.

If not specified then if there is only one artifact available, it is used, if there are more and one of them is from the same project as current artifact, it is used. If nothing applies then the first project (order is not specified) holding given artifact is used.


Back to Index