Class TestBuilderDslExtension.PackageConfigContext.PackageOutputParametersContext
java.lang.Object
de.tracetronic.jenkins.plugins.ecutest.extension.jobdsl.TestBuilderDslExtension.PackageConfigContext.PackageOutputParametersContext
- All Implemented Interfaces:
javaposse.jobdsl.dsl.Context
- Enclosing class:
- TestBuilderDslExtension.PackageConfigContext
public class TestBuilderDslExtension.PackageConfigContext.PackageOutputParametersContext
extends Object
implements javaposse.jobdsl.dsl.Context
Context
class providing the package output parameters methods for the nested DSL context.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
Context
class providing the single package parameter methods for the nested DSL context. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
outputParameters
(CharSequence name) Option defining the package output parameter.void
outputParameters
(Runnable closure) Option defining the package variables.
-
Constructor Details
-
PackageOutputParametersContext
public PackageOutputParametersContext()
-
-
Method Details
-
outputParameters
Option defining the package output parameter.- Parameters:
name
- the output parameter name
-
outputParameters
Option defining the package variables.- Parameters:
closure
- the nested Groovy closure
-