Annotation Interface DistributionTest


@Target(TYPE) @ExtendWith(CLITestExtension.class) @Retention(RUNTIME) public @interface DistributionTest
  • Element Details

    • debug

      boolean debug
      Default:
      false
    • keepAlive

      boolean keepAlive
      Default:
      false
    • enableTls

      boolean enableTls
      Default:
      false
    • reInstall

      Default:
      BEFORE_ALL
    • removeBuildOptionsAfterBuild

      boolean removeBuildOptionsAfterBuild
      If any build option must be unset after the running the build command.
      Default:
      false
    • defaultOptions

      String[] defaultOptions
      If any option must be set when starting the server.
      Default:
      {}