Uses of Class
org.apache.maven.plugin.surefire.StartupReportConfiguration
-
Packages that use StartupReportConfiguration Package Description org.apache.maven.plugin.surefire org.apache.maven.plugin.surefire.booterclient org.apache.maven.plugin.surefire.report -
-
Uses of StartupReportConfiguration in org.apache.maven.plugin.surefire
Fields in org.apache.maven.plugin.surefire declared as StartupReportConfiguration Modifier and Type Field Description private StartupReportConfiguration
InPluginVMSurefireStarter. startupReportConfig
Methods in org.apache.maven.plugin.surefire that return StartupReportConfiguration Modifier and Type Method Description private StartupReportConfiguration
AbstractSurefireMojo. getStartupReportConfiguration(java.lang.String configChecksum, boolean isForkMode)
Methods in org.apache.maven.plugin.surefire with parameters of type StartupReportConfiguration Modifier and Type Method Description java.lang.Object
CommonReflector. createReportingReporterFactory(StartupReportConfiguration startupReportConfiguration, ConsoleLogger consoleLogger)
private java.lang.Object
CommonReflector. createStartupReportConfiguration(StartupReportConfiguration reporterConfiguration)
Constructors in org.apache.maven.plugin.surefire with parameters of type StartupReportConfiguration Constructor Description InPluginVMSurefireStarter(StartupConfiguration startupConfig, ProviderConfiguration providerConfig, StartupReportConfiguration startupReportConfig, ConsoleLogger consoleLogger)
-
Uses of StartupReportConfiguration in org.apache.maven.plugin.surefire.booterclient
Fields in org.apache.maven.plugin.surefire.booterclient declared as StartupReportConfiguration Modifier and Type Field Description private StartupReportConfiguration
ForkStarter. startupReportConfiguration
Constructors in org.apache.maven.plugin.surefire.booterclient with parameters of type StartupReportConfiguration Constructor Description ForkStarter(ProviderConfiguration providerConfiguration, StartupConfiguration startupConfiguration, ForkConfiguration forkConfiguration, int forkedProcessTimeoutInSeconds, StartupReportConfiguration startupReportConfiguration, ConsoleLogger log)
-
Uses of StartupReportConfiguration in org.apache.maven.plugin.surefire.report
Fields in org.apache.maven.plugin.surefire.report declared as StartupReportConfiguration Modifier and Type Field Description private StartupReportConfiguration
DefaultReporterFactory. reportConfiguration
Constructors in org.apache.maven.plugin.surefire.report with parameters of type StartupReportConfiguration Constructor Description DefaultReporterFactory(StartupReportConfiguration reportConfiguration, ConsoleLogger consoleLogger)
DefaultReporterFactory(StartupReportConfiguration reportConfiguration, ConsoleLogger consoleLogger, java.lang.Integer forkNumber)
-