Class AbstractTestBuilderDslExtension.AbstractTestContext.ExecutionConfigContext

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

    public class AbstractTestBuilderDslExtension.AbstractTestContext.ExecutionConfigContext
    extends Object
    implements javaposse.jobdsl.dsl.Context
    Context class providing test execution methods for the nested DSL context.
    • Constructor Detail

      • ExecutionConfigContext

        public ExecutionConfigContext()
    • Method Detail

      • timeout

        public void timeout​(CharSequence value)
        Option defining the timeout.
        Parameters:
        value - the value as String
      • timeout

        public void timeout​(int value)
        Option defining the timeout.
        Parameters:
        value - the value as Integer
      • stopOnError

        public void stopOnError​(boolean value)
        Option defining whether to stop ecu.test and Tool-Server instances if an error occurred.
        Parameters:
        value - the value
      • checkTestFile

        public void checkTestFile​(boolean value)
        Option defining whether to pre-check the package and project files.
        Parameters:
        value - the value
      • recordWarnings

        public void recordWarnings​(boolean value)
        Option defining whether to record returned test file checks as Warnings NG issues.
        Parameters:
        value - the value