Class TestProcessSpec

java.lang.Object
de.iip_ecosphere.platform.configuration.maven.BasicProcessSpec
de.iip_ecosphere.platform.configuration.maven.TestProcessSpec

public class TestProcessSpec extends BasicProcessSpec
Defines an additional process to be executed in the test build process.
Author:
Holger Eichelberger, SSE
  • Field Details

    • waitFor

      @Parameter(required=false, defaultValue="true") private boolean waitFor
  • Constructor Details

    • TestProcessSpec

      public TestProcessSpec()
  • Method Details

    • isWaitFor

      public boolean isWaitFor()
      Returns whether the process shall be completely executed before continuing.
      Returns:
      true for wait for completion, false for parallel execution
    • setWaitFor

      public void setWaitFor(boolean waitFor)
      Sets whether the process shall be completely executed before continuing. [mvn]
      Parameters:
      waitFor - the flag to set