Class AbstractTestBuilderDslExtension.AbstractTestContext.TestConfigContext
java.lang.Object
de.tracetronic.jenkins.plugins.ecutest.extension.jobdsl.AbstractTestBuilderDslExtension.AbstractTestContext.TestConfigContext
- All Implemented Interfaces:
javaposse.jobdsl.dsl.Context
- Enclosing class:
- AbstractTestBuilderDslExtension.AbstractTestContext
public class AbstractTestBuilderDslExtension.AbstractTestContext.TestConfigContext
extends Object
implements javaposse.jobdsl.dsl.Context
Context
class providing test configuration methods for the nested DSL context.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
Context
class providing global constants methods for the nested DSL context. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Option defining the global constants.void
forceReload
(boolean value) Option defining whether to force reloading the current test configuration.void
keepConfig
(boolean value) Option defining whether to keep the previous loaded configuration.void
loadOnly
(boolean value) Option defining whether to load the test configuration only.void
tbcFile
(CharSequence value) Option defining the test bench configuration file.void
tcfFile
(CharSequence value) Option defining the test configuration file.
-
Constructor Details
-
TestConfigContext
public TestConfigContext()
-
-
Method Details
-
tbcFile
Option defining the test bench configuration file.- Parameters:
value
- the value
-
tcfFile
Option defining the test configuration file.- Parameters:
value
- the value
-
forceReload
public void forceReload(boolean value) Option defining whether to force reloading the current test configuration.- Parameters:
value
- the value
-
loadOnly
public void loadOnly(boolean value) Option defining whether to load the test configuration only.- Parameters:
value
- the value
-
keepConfig
public void keepConfig(boolean value) Option defining whether to keep the previous loaded configuration.- Parameters:
value
- the value
-
constants
Option defining the global constants.- Parameters:
closure
- the nested Groovy closure
-