Interface Options
-
- All Known Implementing Classes:
CommandLineOptions
public interface Options
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<java.lang.Long>getAwaitTerminationSeconds()java.lang.Class<? extends MartiniStandaloneEngine>getEngineImplementation()java.lang.Class<? extends java.util.Comparator<guru.qas.martini.Martini>>getGatedMartiniComparatorImplementation()longgetJobPoolPollIntervalMs()java.util.Optional<java.io.File>getJsonOutputFile()longgetMartiniGatePollTimeoutMs()intgetParallelism()java.util.Optional<java.lang.String>getSpelFilter()java.lang.String[]getSpringConfigurationLocations()java.lang.Class<? extends guru.qas.martini.event.SuiteIdentifier>getSuiteIdentifierImplementation()java.lang.Class<? extends TaskFactory>getTaskFactoryImplementation()java.util.Optional<java.lang.Long>getTimeoutInMinutes()java.lang.Class<? extends java.lang.Thread.UncaughtExceptionHandler>getUncaughtExceptionHandlerImplementation()booleanisJsonOutputFileOverwrite()booleanisUnimplementedStepsFatal()
-
-
-
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()
-
getEngineImplementation
@Nonnull java.lang.Class<? extends MartiniStandaloneEngine> getEngineImplementation()
-
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()
-
-