Class TestBuilderDslExtension.PackageConfigContext
java.lang.Object
de.tracetronic.jenkins.plugins.ecutest.extension.jobdsl.TestBuilderDslExtension.PackageConfigContext
- All Implemented Interfaces:
javaposse.jobdsl.dsl.Context
- Enclosing class:
- TestBuilderDslExtension
public class TestBuilderDslExtension.PackageConfigContext
extends Object
implements javaposse.jobdsl.dsl.Context
Context
class providing package configuration methods for the nested DSL context.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
Context
class providing the package output parameters methods for the nested DSL context.class
Context
class providing the package parameters methods for the nested DSL context. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
outputParameters
(Runnable closure) Option defining the package variables.void
parameters
(Runnable closure) Option defining the package parameters.void
runTest
(boolean value) Option defining whether to run the test.void
runTraceAnalysis
(boolean value) Option defining whether to run the trace analysis.
-
Constructor Details
-
PackageConfigContext
public PackageConfigContext()
-
-
Method Details
-
runTest
public void runTest(boolean value) Option defining whether to run the test.- Parameters:
value
- the value
-
runTraceAnalysis
public void runTraceAnalysis(boolean value) Option defining whether to run the trace analysis.- Parameters:
value
- the value
-
parameters
Option defining the package parameters.- Parameters:
closure
- the nested Groovy closure
-
outputParameters
Option defining the package variables.- Parameters:
closure
- the nested Groovy closure
-