Class TestBuilderDslExtension.ProjectConfigContext
java.lang.Object
de.tracetronic.jenkins.plugins.ecutest.extension.jobdsl.TestBuilderDslExtension.ProjectConfigContext
- All Implemented Interfaces:
javaposse.jobdsl.dsl.Context
- Enclosing class:
- TestBuilderDslExtension
public class TestBuilderDslExtension.ProjectConfigContext
extends Object
implements javaposse.jobdsl.dsl.Context
Context
class providing project configuration methods for the nested DSL context.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execInCurrentPkgDir
(boolean value) Option defining the package reference mode.void
filterExpression
(CharSequence value) Option defining the project filter expression.void
jobExecutionMode
(int value) Option defining the job execution mode.void
jobExecutionMode
(CharSequence value) Option defining the job execution mode.
-
Constructor Details
-
ProjectConfigContext
public ProjectConfigContext()
-
-
Method Details
-
execInCurrentPkgDir
public void execInCurrentPkgDir(boolean value) Option defining the package reference mode.- Parameters:
value
- the value
-
filterExpression
Option defining the project filter expression.- Parameters:
value
- the value
-
jobExecutionMode
Option defining the job execution mode.- Parameters:
value
- the value as String
-
jobExecutionMode
public void jobExecutionMode(int value) Option defining the job execution mode.- Parameters:
value
- the value as Integer
-