Interface Options

    • Method Detail

      • getSpringConfigurationLocations

        @Nonnull
        java.lang.String[] getSpringConfigurationLocations()
      • isUnimplementedStepsFatal

        boolean isUnimplementedStepsFatal()
      • getTimeoutInMinutes

        java.util.Optional<java.lang.Long> getTimeoutInMinutes()
      • getSpelFilter

        java.util.Optional<java.lang.String> getSpelFilter()
      • getJobPoolPollIntervalMs

        long getJobPoolPollIntervalMs()
      • getJsonOutputFile

        java.util.Optional<java.io.File> getJsonOutputFile()
      • getParallelism

        int getParallelism()
      • getAwaitTerminationSeconds

        java.util.Optional<java.lang.Long> getAwaitTerminationSeconds()
      • isJsonOutputFileOverwrite

        boolean isJsonOutputFileOverwrite()
      • getGatedMartiniComparatorImplementation

        @Nonnull
        java.lang.Class<? extends java.util.Comparator<guru.qas.martini.Martini>> getGatedMartiniComparatorImplementation()
      • getSuiteIdentifierImplementation

        @Nonnull
        java.lang.Class<? extends guru.qas.martini.event.SuiteIdentifier> getSuiteIdentifierImplementation()
      • getTaskFactoryImplementation

        @Nonnull
        java.lang.Class<? extends TaskFactory> getTaskFactoryImplementation()
      • getUncaughtExceptionHandlerImplementation

        @Nonnull
        java.lang.Class<? extends java.lang.Thread.UncaughtExceptionHandler> getUncaughtExceptionHandlerImplementation()
      • getMartiniGatePollTimeoutMs

        long getMartiniGatePollTimeoutMs()