Class AbstractTestBuilderDslExtension.AbstractTestContext
java.lang.Object
de.tracetronic.jenkins.plugins.ecutest.extension.jobdsl.AbstractTestBuilderDslExtension.AbstractTestContext
- All Implemented Interfaces:
javaposse.jobdsl.dsl.Context
- Direct Known Subclasses:
TestBuilderDslExtension.TestFolderContext
,TestBuilderDslExtension.TestPackageContext
,TestBuilderDslExtension.TestProjectContext
- Enclosing class:
- AbstractTestBuilderDslExtension
public abstract class AbstractTestBuilderDslExtension.AbstractTestContext
extends Object
implements javaposse.jobdsl.dsl.Context
Context
class providing common test related methods for the nested DSL context.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
Context
class providing test execution methods for the nested DSL context.class
Context
class providing test configuration methods for the nested DSL context. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ExecutionConfig
The test execution settings.protected TestConfig
The test configuration settings. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
executionConfig
(Runnable closure) Option defining the test execution configuration.void
testConfig
(Runnable closure) Option defining the test configuration.
-
Field Details
-
testConfig
The test configuration settings. -
executionConfig
The test execution settings.
-
-
Constructor Details
-
AbstractTestContext
public AbstractTestContext()
-
-
Method Details
-
testConfig
Option defining the test configuration.- Parameters:
closure
- the nested Groovy closure
-
executionConfig
Option defining the test execution configuration.- Parameters:
closure
- the nested Groovy closure
-