Package | Description |
---|---|
org.apache.maven.surefire.junitcore.pc |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.Future<ShutdownResult> |
ShutdownStatus.descriptionsBeforeShutdown |
Modifier and Type | Method and Description |
---|---|
protected ShutdownResult |
Scheduler.describeStopped(boolean stopNow)
Attempts to stop all actively executing tasks and immediately returns a collection
of descriptions of those tasks which have started prior to this call.
|
protected ShutdownResult |
ParallelComputerBuilder.PC.describeStopped(boolean shutdownNow) |
protected abstract ShutdownResult |
ParallelComputer.describeStopped(boolean shutdownNow) |
(package private) ShutdownResult |
SingleThreadScheduler.describeStopped(boolean shutdownNow) |
Modifier and Type | Method and Description |
---|---|
private java.util.concurrent.Callable<ShutdownResult> |
ParallelComputer.createForcedShutdownTask() |
private java.util.concurrent.Callable<ShutdownResult> |
ParallelComputer.createShutdownTask() |
(package private) java.util.concurrent.Future<ShutdownResult> |
ShutdownStatus.getDescriptionsBeforeShutdown() |
private java.util.concurrent.Future<ShutdownResult> |
ParallelComputer.scheduleForcedShutdown() |
private java.util.concurrent.Future<ShutdownResult> |
ParallelComputer.scheduleShutdown() |
Modifier and Type | Method and Description |
---|---|
private static void |
ParallelComputer.printShutdownHook(java.util.Collection<java.lang.String> executedTests,
java.util.Collection<java.lang.String> incompleteTests,
java.util.concurrent.Future<ShutdownResult> testsBeforeShutdown) |
(package private) void |
ShutdownStatus.setDescriptionsBeforeShutdown(java.util.concurrent.Future<ShutdownResult> descriptionsBeforeShutdown) |