Uses of Class
org.apache.maven.plugin.surefire.StartupReportConfiguration
Packages that use StartupReportConfiguration
Package
Description
-
Uses of StartupReportConfiguration in org.apache.maven.plugin.surefire
Fields in org.apache.maven.plugin.surefire declared as StartupReportConfigurationModifier and TypeFieldDescriptionprivate final StartupReportConfiguration
InPluginVMSurefireStarter.startupReportConfig
Methods in org.apache.maven.plugin.surefire that return StartupReportConfigurationModifier and TypeMethodDescriptionprivate StartupReportConfiguration
AbstractSurefireMojo.getStartupReportConfiguration
(String configChecksum, boolean isForkMode) Methods in org.apache.maven.plugin.surefire with parameters of type StartupReportConfigurationModifier and TypeMethodDescriptionCommonReflector.createReportingReporterFactory
(StartupReportConfiguration startupReportConfiguration, ConsoleLogger consoleLogger) private Object
CommonReflector.createStartupReportConfiguration
(StartupReportConfiguration reporterConfiguration) Constructors in org.apache.maven.plugin.surefire with parameters of type StartupReportConfigurationModifierConstructorDescriptionInPluginVMSurefireStarter
(StartupConfiguration startupConfig, ProviderConfiguration providerConfig, StartupReportConfiguration startupReportConfig, ConsoleLogger consoleLogger, Platform platform) -
Uses of StartupReportConfiguration in org.apache.maven.plugin.surefire.booterclient
Fields in org.apache.maven.plugin.surefire.booterclient declared as StartupReportConfigurationModifier and TypeFieldDescriptionprivate final StartupReportConfiguration
ForkStarter.startupReportConfiguration
Constructors in org.apache.maven.plugin.surefire.booterclient with parameters of type StartupReportConfigurationModifierConstructorDescriptionForkStarter
(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 StartupReportConfigurationModifier and TypeFieldDescriptionprivate final StartupReportConfiguration
DefaultReporterFactory.reportConfiguration
Constructors in org.apache.maven.plugin.surefire.report with parameters of type StartupReportConfigurationModifierConstructorDescriptionDefaultReporterFactory
(StartupReportConfiguration reportConfiguration, ConsoleLogger consoleLogger) DefaultReporterFactory
(StartupReportConfiguration reportConfiguration, ConsoleLogger consoleLogger, Integer forkNumber)