Uses of Class
org.apache.maven.surefire.cli.CommandLineOption
-
Packages that use CommandLineOption Package Description org.apache.maven.plugin.failsafe Provides Mojo goals for running integration tests and subsequently failing the build in a safe way.org.apache.maven.plugin.surefire org.apache.maven.surefire.booter org.apache.maven.surefire.cli org.apache.maven.surefire.providerapi org.apache.maven.surefire.testng -
-
Uses of CommandLineOption in org.apache.maven.plugin.failsafe
Fields in org.apache.maven.plugin.failsafe with type parameters of type CommandLineOption Modifier and Type Field Description private java.util.Collection<CommandLineOption>
VerifyMojo. cli
Methods in org.apache.maven.plugin.failsafe that return types with arguments of type CommandLineOption Modifier and Type Method Description private java.util.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 CommandLineOption Modifier and Type Field Description private java.util.List<CommandLineOption>
AbstractSurefireMojo. cli
Methods in org.apache.maven.plugin.surefire that return types with arguments of type CommandLineOption Modifier and Type Method Description private java.util.List<CommandLineOption>
AbstractSurefireMojo. commandLineOptions()
static java.util.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 CommandLineOption Modifier and Type Method Description static void
SurefireHelper. logDebugOrCliShowErrors(java.lang.String s, PluginConsoleLogger log, java.util.Collection<CommandLineOption> cli)
-
Uses of CommandLineOption in org.apache.maven.surefire.booter
Fields in org.apache.maven.surefire.booter with type parameters of type CommandLineOption Modifier and Type Field Description private java.util.List<CommandLineOption>
BaseProviderFactory. mainCliOptions
private java.util.List<CommandLineOption>
ProviderConfiguration. mainCliOptions
Methods in org.apache.maven.surefire.booter that return types with arguments of type CommandLineOption Modifier and Type Method Description java.util.List<CommandLineOption>
BaseProviderFactory. getMainCliOptions()
java.util.List<CommandLineOption>
ProviderConfiguration. getMainCliOptions()
Method parameters in org.apache.maven.surefire.booter with type arguments of type CommandLineOption Modifier and Type Method Description void
BaseProviderFactory. setMainCliOptions(java.util.List<CommandLineOption> mainCliOptions)
void
MainCliOptionsAware. setMainCliOptions(java.util.List<CommandLineOption> mainCliOptions)
void
SurefireReflector. setMainCliOptions(java.lang.Object o, java.util.List<CommandLineOption> options)
Constructor parameters in org.apache.maven.surefire.booter with type arguments of type CommandLineOption Constructor Description ProviderConfiguration(DirectoryScannerParameters directoryScannerParameters, RunOrderParameters runOrderParameters, boolean failIfNoTests, ReporterConfiguration reporterConfiguration, TestArtifactInfo testArtifact, TestRequest testSuiteDefinition, java.util.Map<java.lang.String,java.lang.String> providerProperties, TypeEncodedValue typeEncodedTestSet, boolean readTestsFromInStream, java.util.List<CommandLineOption> mainCliOptions, int skipAfterFailureCount, Shutdown shutdown, java.lang.Integer systemExitTimeout)
-
Uses of CommandLineOption in org.apache.maven.surefire.cli
Methods in org.apache.maven.surefire.cli that return CommandLineOption Modifier and Type Method Description static CommandLineOption
CommandLineOption. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CommandLineOption[]
CommandLineOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.maven.surefire.cli that return types with arguments of type CommandLineOption Modifier and Type Method Description static java.util.List<CommandLineOption>
CommandLineOption. fromStrings(java.util.Collection<java.lang.String> elements)
Method parameters in org.apache.maven.surefire.cli with type arguments of type CommandLineOption Modifier and Type Method Description static java.util.List<java.lang.String>
CommandLineOption. toStrings(java.util.Collection<CommandLineOption> options)
-
Uses of CommandLineOption in org.apache.maven.surefire.providerapi
Methods in org.apache.maven.surefire.providerapi that return types with arguments of type CommandLineOption Modifier and Type Method Description java.util.List<CommandLineOption>
ProviderParameters. getMainCliOptions()
-
Uses of CommandLineOption in org.apache.maven.surefire.testng
Fields in org.apache.maven.surefire.testng with type parameters of type CommandLineOption Modifier and Type Field Description private java.util.List<CommandLineOption>
TestNGDirectoryTestSuite. mainCliOptions
private java.util.List<CommandLineOption>
TestNGProvider. mainCliOptions
Method parameters in org.apache.maven.surefire.testng with type arguments of type CommandLineOption Modifier and Type Method Description private static boolean
TestNGExecutor. isCliDebugOrShowErrors(java.util.List<CommandLineOption> mainCliOptions)
(package private) static void
TestNGExecutor. run(java.lang.Iterable<java.lang.Class<?>> testClasses, java.lang.String testSourceDirectory, java.util.Map<java.lang.String,java.lang.String> options, RunListener reportManager, java.io.File reportsDirectory, TestListResolver methodFilter, java.util.List<CommandLineOption> mainCliOptions, int skipAfterFailureCount)
Constructor parameters in org.apache.maven.surefire.testng with type arguments of type CommandLineOption Constructor Description TestNGDirectoryTestSuite(java.lang.String testSourceDirectory, java.util.Map<java.lang.String,java.lang.String> confOptions, java.io.File reportsDirectory, TestListResolver methodFilter, java.util.List<CommandLineOption> mainCliOptions, int skipAfterFailureCount)
-