Class AbstractTestBuilderDslExtension.AbstractTestContext.ExecutionConfigContext
java.lang.Object
de.tracetronic.jenkins.plugins.ecutest.extension.jobdsl.AbstractTestBuilderDslExtension.AbstractTestContext.ExecutionConfigContext
- All Implemented Interfaces:
javaposse.jobdsl.dsl.Context
- Enclosing class:
- AbstractTestBuilderDslExtension.AbstractTestContext
public class AbstractTestBuilderDslExtension.AbstractTestContext.ExecutionConfigContext
extends Object
implements javaposse.jobdsl.dsl.Context
Context
class providing test execution methods for the nested DSL context.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkTestFile
(boolean value) Option defining whether to pre-check the package and project files.void
recordWarnings
(boolean value) Option defining whether to record returned test file checks as Warnings NG issues.void
stopOnError
(boolean value) Option defining whether to stop ecu.test and Tool-Server instances if an error occurred.void
timeout
(int value) Option defining the timeout.void
timeout
(CharSequence value) Option defining the timeout.
-
Constructor Details
-
ExecutionConfigContext
public ExecutionConfigContext()
-
-
Method Details
-
timeout
Option defining the timeout.- Parameters:
value
- the value as String
-
timeout
public void timeout(int value) Option defining the timeout.- Parameters:
value
- the value as Integer
-
stopOnError
public void stopOnError(boolean value) Option defining whether to stop ecu.test and Tool-Server instances if an error occurred.- Parameters:
value
- the value
-
checkTestFile
public void checkTestFile(boolean value) Option defining whether to pre-check the package and project files.- Parameters:
value
- the value
-
recordWarnings
public void recordWarnings(boolean value) Option defining whether to record returned test file checks as Warnings NG issues.- Parameters:
value
- the value
-