Interface IBuildDescriptor.IBuildDefinition

Enclosing interface:
IBuildDescriptor

public static interface IBuildDescriptor.IBuildDefinition
Build definition.
Version:
$Revision$ $Date$
Author:
Stepan Roh, Polarion Software
  • 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 of IBuildDescriptor.IBuildDependencyDefinitions (not null)