Class 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.
    • Constructor Detail

      • PackageOutputParametersContext

        public PackageOutputParametersContext()
    • Method Detail

      • outputParameters

        public void outputParameters​(CharSequence name)
        Option defining the package output parameter.
        Parameters:
        name - the output parameter name
      • outputParameters

        public void outputParameters​(Runnable closure)
        Option defining the package variables.
        Parameters:
        closure - the nested Groovy closure