Class TestBuilderDslExtension.PackageConfigContext

  • All Implemented Interfaces:
    javaposse.jobdsl.dsl.Context
    Enclosing class:
    TestBuilderDslExtension

    public class TestBuilderDslExtension.PackageConfigContext
    extends Object
    implements javaposse.jobdsl.dsl.Context
    Context class providing package configuration methods for the nested DSL context.
    • Constructor Detail

      • PackageConfigContext

        public PackageConfigContext()
    • Method Detail

      • runTest

        public void runTest​(boolean value)
        Option defining whether to run the test.
        Parameters:
        value - the value
      • runTraceAnalysis

        public void runTraceAnalysis​(boolean value)
        Option defining whether to run the trace analysis.
        Parameters:
        value - the value
      • parameters

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

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