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 StartupReportConfigurationInPluginVMSurefireStarter.startupReportConfigMethods in org.apache.maven.plugin.surefire that return StartupReportConfigurationModifier and TypeMethodDescriptionprivate StartupReportConfigurationAbstractSurefireMojo.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 ObjectCommonReflector.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 StartupReportConfigurationForkStarter.startupReportConfigurationConstructors 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 StartupReportConfigurationDefaultReporterFactory.reportConfigurationConstructors in org.apache.maven.plugin.surefire.report with parameters of type StartupReportConfigurationModifierConstructorDescriptionDefaultReporterFactory(StartupReportConfiguration reportConfiguration, ConsoleLogger consoleLogger) DefaultReporterFactory(StartupReportConfiguration reportConfiguration, ConsoleLogger consoleLogger, Integer forkNumber)