Package com.polarion.alm.builder.model
Interface IBuildDescriptor.IBuildDefinition
- Enclosing interface:
- IBuildDescriptor
public static interface IBuildDescriptor.IBuildDefinition
Build definition.
- Version:
- $Revision$ $Date$
- Author:
- Stepan Roh, Polarion Software
-
Method Summary
Modifier and TypeMethodDescriptionReturn rebuild policy definitions.Properties to use throughout the build.boolean
Whether default rebuild policy is "yes".
-
Method Details
-
getBuildProperties
Properties getBuildProperties()Properties to use throughout the build.Some builders may not use properties. System adds other properties defined in system-wide configuration.
- Returns:
- properties (not
null
)
-
isRebuildingAllByDefault
boolean isRebuildingAllByDefault()Whether default rebuild policy is "yes".- Returns:
true
if all should be rebuilt unless specified otherwise
-
getBuildDependencyDefinitions
List getBuildDependencyDefinitions()Return rebuild policy definitions.- Returns:
List
ofIBuildDescriptor.IBuildDependencyDefinition
s (notnull
)
-