Class TestBuilderDslExtension.ProjectConfigContext

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

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

      • ProjectConfigContext

        public ProjectConfigContext()
    • Method Detail

      • execInCurrentPkgDir

        public void execInCurrentPkgDir​(boolean value)
        Option defining the package reference mode.
        Parameters:
        value - the value
      • filterExpression

        public void filterExpression​(CharSequence value)
        Option defining the project filter expression.
        Parameters:
        value - the value
      • jobExecutionMode

        public void jobExecutionMode​(CharSequence value)
        Option defining the job execution mode.
        Parameters:
        value - the value as String
      • jobExecutionMode

        public void jobExecutionMode​(int value)
        Option defining the job execution mode.
        Parameters:
        value - the value as Integer