Interface LocalBuildConfig

  • All Superinterfaces:
    org.guvnor.ala.config.BuildConfig, org.guvnor.ala.config.Config
    All Known Implementing Classes:
    LocalBuildConfigImpl

    public interface LocalBuildConfig
    extends org.guvnor.ala.config.BuildConfig
    This interface represents the build information/parameters for building a project with the local build system.
    • Method Detail

      • getBuildType

        default String getBuildType()
        Returns:
        the String representation of the BuildType to perform.
      • getResource

        default String getResource()
        Returns:
        the String representation of the resource uri to build.
      • getDeploymentType

        default String getDeploymentType()
        Returns:
        the String representation of the DeploymentType to perform.
      • getSuppressHandlers

        default String getSuppressHandlers()
        Returns:
        the String representation of a boolean indicating if the PostBuildHandlers invocation should be suppressed.
      • getResourceChanges

        Map<String,​String> getResourceChanges()
        Returns:
        a Map with the resource changes in the case of an INCREMENTAL_BATCH_CHANGES build.