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 StartupReportConfigurationInPluginVMSurefireStarter. startupReportConfigMethods in org.apache.maven.plugin.surefire that return StartupReportConfiguration Modifier and Type Method Description private StartupReportConfigurationAbstractSurefireMojo. 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.ObjectCommonReflector. createReportingReporterFactory(StartupReportConfiguration startupReportConfiguration, ConsoleLogger consoleLogger)private java.lang.ObjectCommonReflector. 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 StartupReportConfigurationForkStarter. startupReportConfigurationConstructors 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 StartupReportConfigurationDefaultReporterFactory. reportConfigurationConstructors 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)
-