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 void
SurefireHelper.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.mainCliOptions
Methods 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 TypeMethodDescriptionvoid
BaseProviderFactory.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 CommandLineOption
Returns 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.mainCliOptions
Methods 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 TypeMethodDescriptionvoid
SurefireReflector.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.mainCliOptions
private final List<CommandLineOption>
TestNGProvider.mainCliOptions
Method parameters in org.apache.maven.surefire.testng with type arguments of type CommandLineOptionModifier and TypeMethodDescriptionprivate static boolean
TestNGExecutor.isCliDebugOrShowErrors
(List<CommandLineOption> mainCliOptions) (package private) static void
TestNGExecutor.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)