Uses of Enum Class
org.apache.maven.surefire.api.cli.CommandLineOption
Packages that use CommandLineOption
Package
Description
Provides Mojo goals for running integration tests and subsequently failing the build in a safe way.
-
Uses of CommandLineOption in org.apache.maven.plugin.failsafe
Fields in org.apache.maven.plugin.failsafe with type parameters of type CommandLineOptionMethods in org.apache.maven.plugin.failsafe that return types with arguments of type CommandLineOptionModifier and TypeMethodDescriptionprivate Collection<CommandLineOption>VerifyMojo.commandLineOptions() -
Uses of CommandLineOption in org.apache.maven.plugin.surefire
Fields in org.apache.maven.plugin.surefire with type parameters of type CommandLineOptionMethods in org.apache.maven.plugin.surefire that return types with arguments of type CommandLineOptionModifier and TypeMethodDescriptionprivate List<CommandLineOption>AbstractSurefireMojo.commandLineOptions()static List<CommandLineOption>SurefireHelper.commandLineOptions(org.apache.maven.execution.MavenSession session, PluginConsoleLogger log) Method parameters in org.apache.maven.plugin.surefire with type arguments of type CommandLineOptionModifier and TypeMethodDescriptionstatic voidSurefireHelper.logDebugOrCliShowErrors(String s, PluginConsoleLogger log, Collection<CommandLineOption> cli) -
Uses of CommandLineOption in org.apache.maven.surefire.api.booter
Fields in org.apache.maven.surefire.api.booter with type parameters of type CommandLineOptionModifier and TypeFieldDescriptionprivate List<CommandLineOption>BaseProviderFactory.mainCliOptionsMethods in org.apache.maven.surefire.api.booter that return types with arguments of type CommandLineOptionMethod parameters in org.apache.maven.surefire.api.booter with type arguments of type CommandLineOptionModifier and TypeMethodDescriptionvoidBaseProviderFactory.setMainCliOptions(List<CommandLineOption> mainCliOptions) CLI options in plugin (main) JVM process. -
Uses of CommandLineOption in org.apache.maven.surefire.api.cli
Methods in org.apache.maven.surefire.api.cli that return CommandLineOptionModifier and TypeMethodDescriptionstatic CommandLineOptionReturns the enum constant of this class with the specified name.static CommandLineOption[]CommandLineOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.maven.surefire.api.cli that return types with arguments of type CommandLineOptionModifier and TypeMethodDescriptionstatic List<CommandLineOption>CommandLineOption.fromStrings(Collection<String> elements) -
Uses of CommandLineOption in org.apache.maven.surefire.api.provider
Methods in org.apache.maven.surefire.api.provider that return types with arguments of type CommandLineOption -
Uses of CommandLineOption in org.apache.maven.surefire.booter
Fields in org.apache.maven.surefire.booter with type parameters of type CommandLineOptionModifier and TypeFieldDescriptionprivate final List<CommandLineOption>ProviderConfiguration.mainCliOptionsMethods in org.apache.maven.surefire.booter that return types with arguments of type CommandLineOptionMethod parameters in org.apache.maven.surefire.booter with type arguments of type CommandLineOptionModifier and TypeMethodDescriptionvoidSurefireReflector.setMainCliOptions(Object o, List<CommandLineOption> options) Constructor parameters in org.apache.maven.surefire.booter with type arguments of type CommandLineOptionModifierConstructorDescriptionProviderConfiguration(DirectoryScannerParameters directoryScannerParameters, RunOrderParameters runOrderParameters, ReporterConfiguration reporterConfiguration, TestArtifactInfo testArtifact, TestRequest testSuiteDefinition, Map<String, String> providerProperties, TypeEncodedValue typeEncodedTestSet, boolean readTestsFromInStream, List<CommandLineOption> mainCliOptions, int skipAfterFailureCount, Shutdown shutdown, Integer systemExitTimeout) -
Uses of CommandLineOption in org.apache.maven.surefire.testng
Fields in org.apache.maven.surefire.testng with type parameters of type CommandLineOptionModifier and TypeFieldDescriptionprivate final List<CommandLineOption>TestNGDirectoryTestSuite.mainCliOptionsprivate final List<CommandLineOption>TestNGProvider.mainCliOptionsMethod parameters in org.apache.maven.surefire.testng with type arguments of type CommandLineOptionModifier and TypeMethodDescriptionprivate static booleanTestNGExecutor.isCliDebugOrShowErrors(List<CommandLineOption> mainCliOptions) (package private) static voidTestNGExecutor.run(Iterable<Class<?>> testClasses, String testSourceDirectory, Map<String, String> options, TestNGReporter testNGReporter, File reportsDirectory, TestListResolver methodFilter, List<CommandLineOption> mainCliOptions, int skipAfterFailureCount) Constructor parameters in org.apache.maven.surefire.testng with type arguments of type CommandLineOptionModifierConstructorDescription(package private)TestNGDirectoryTestSuite(String testSourceDirectory, Map<String, String> confOptions, File reportsDirectory, TestListResolver methodFilter, List<CommandLineOption> mainCliOptions, int skipAfterFailureCount)