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
Methods in org.apache.maven.plugin.surefire with parameters of type StartupReportConfiguration Modifier and Type Method Description java.lang.Object
CommonReflector. createReportingReporterFactory(StartupReportConfiguration startupReportConfiguration, org.apache.maven.plugin.surefire.log.api.ConsoleLogger consoleLogger)
Constructors in org.apache.maven.plugin.surefire with parameters of type StartupReportConfiguration Constructor Description InPluginVMSurefireStarter(org.apache.maven.surefire.booter.StartupConfiguration startupConfig, org.apache.maven.surefire.booter.ProviderConfiguration providerConfig, StartupReportConfiguration startupReportConfig, org.apache.maven.plugin.surefire.log.api.ConsoleLogger consoleLogger)
-
Uses of StartupReportConfiguration in org.apache.maven.plugin.surefire.booterclient
Constructors in org.apache.maven.plugin.surefire.booterclient with parameters of type StartupReportConfiguration Constructor Description ForkStarter(org.apache.maven.surefire.booter.ProviderConfiguration providerConfiguration, org.apache.maven.surefire.booter.StartupConfiguration startupConfiguration, ForkConfiguration forkConfiguration, int forkedProcessTimeoutInSeconds, StartupReportConfiguration startupReportConfiguration, org.apache.maven.plugin.surefire.log.api.ConsoleLogger log)
-
Uses of StartupReportConfiguration in org.apache.maven.plugin.surefire.report
Constructors in org.apache.maven.plugin.surefire.report with parameters of type StartupReportConfiguration Constructor Description DefaultReporterFactory(StartupReportConfiguration reportConfiguration, org.apache.maven.plugin.surefire.log.api.ConsoleLogger consoleLogger)
DefaultReporterFactory(StartupReportConfiguration reportConfiguration, org.apache.maven.plugin.surefire.log.api.ConsoleLogger consoleLogger, java.lang.Integer forkNumber)
-