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

      • TestConfigContext

        public TestConfigContext()
    • Method Detail

      • tbcFile

        public void tbcFile​(CharSequence value)
        Option defining the test bench configuration file.
        Parameters:
        value - the value
      • tcfFile

        public void tcfFile​(CharSequence value)
        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

        public void constants​(Runnable closure)
        Option defining the global constants.
        Parameters:
        closure - the nested Groovy closure