Class TestProcessSpec
java.lang.Object
de.iip_ecosphere.platform.configuration.maven.BasicProcessSpec
de.iip_ecosphere.platform.configuration.maven.TestProcessSpec
Defines an additional process to be executed in the test build process.
- Author:
- Holger Eichelberger, SSE
-
Nested Class Summary
Nested classes/interfaces inherited from class de.iip_ecosphere.platform.configuration.maven.BasicProcessSpec
BasicProcessSpec.PortSpec -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether the process shall be completely executed before continuing.voidsetWaitFor(boolean waitFor) Sets whether the process shall be completely executed before continuing.Methods inherited from class de.iip_ecosphere.platform.configuration.maven.BasicProcessSpec
allocatePorts, extrapolateArgs, extrapolateArgs, getArgs, getCmd, getDescription, getHome, isCmdAsScript, isErrToIn, setArgs, setCmd, setCmdAsScript, setDescription, setErrToIn, setHome
-
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:
truefor wait for completion,falsefor 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
-