Uses of Class
org.apache.maven.surefire.junitcore.pc.ShutdownResult
Packages that use ShutdownResult
-
Uses of ShutdownResult in org.apache.maven.surefire.junitcore.pc
Fields in org.apache.maven.surefire.junitcore.pc with type parameters of type ShutdownResultModifier and TypeFieldDescriptionprivate Future<ShutdownResult>
ShutdownStatus.descriptionsBeforeShutdown
Methods in org.apache.maven.surefire.junitcore.pc that return ShutdownResultModifier and TypeMethodDescriptionprotected abstract ShutdownResult
ParallelComputer.describeStopped
(boolean shutdownNow) protected ShutdownResult
ParallelComputerBuilder.PC.describeStopped
(boolean shutdownNow) 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.(package private) ShutdownResult
SingleThreadScheduler.describeStopped
(boolean shutdownNow) Methods in org.apache.maven.surefire.junitcore.pc that return types with arguments of type ShutdownResultModifier and TypeMethodDescriptionprivate Callable<ShutdownResult>
ParallelComputer.createForcedShutdownTask()
private Callable<ShutdownResult>
ParallelComputer.createShutdownTask()
(package private) Future<ShutdownResult>
ShutdownStatus.getDescriptionsBeforeShutdown()
private Future<ShutdownResult>
ParallelComputer.scheduleForcedShutdown()
private Future<ShutdownResult>
ParallelComputer.scheduleShutdown()
Method parameters in org.apache.maven.surefire.junitcore.pc with type arguments of type ShutdownResultModifier and TypeMethodDescriptionprivate static void
ParallelComputer.printShutdownHook
(Collection<String> executedTests, Collection<String> incompleteTests, Future<ShutdownResult> testsBeforeShutdown) (package private) void
ShutdownStatus.setDescriptionsBeforeShutdown
(Future<ShutdownResult> descriptionsBeforeShutdown)