Package | Description |
---|---|
org.apache.maven.plugin.surefire | |
org.apache.maven.plugin.surefire.booterclient |
Modifier and Type | Method and Description |
---|---|
protected ForkConfiguration |
AbstractSurefireMojo.getForkConfiguration() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSurefireMojo.cleanupForkConfiguration(ForkConfiguration forkConfiguration) |
private ForkStarter |
AbstractSurefireMojo.createForkStarter(ProviderInfo provider,
ForkConfiguration forkConfiguration,
ClassLoaderConfiguration classLoaderConfiguration,
RunOrderParameters runOrderParameters,
org.apache.maven.plugin.logging.Log log) |
Modifier and Type | Field and Description |
---|---|
private ForkConfiguration |
BooterSerializer.forkConfiguration |
private ForkConfiguration |
ForkStarter.forkConfiguration |
Constructor and Description |
---|
BooterSerializer(ForkConfiguration forkConfiguration) |
ForkStarter(ProviderConfiguration providerConfiguration,
StartupConfiguration startupConfiguration,
ForkConfiguration forkConfiguration,
int forkedProcessTimeoutInSeconds,
StartupReportConfiguration startupReportConfiguration,
org.apache.maven.plugin.logging.Log log) |