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.descriptionsBeforeShutdownMethods in org.apache.maven.surefire.junitcore.pc that return ShutdownResultModifier and TypeMethodDescriptionprotected abstract ShutdownResultParallelComputer.describeStopped(boolean shutdownNow) protected ShutdownResultParallelComputerBuilder.PC.describeStopped(boolean shutdownNow) protected ShutdownResultScheduler.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) ShutdownResultSingleThreadScheduler.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 voidParallelComputer.printShutdownHook(Collection<String> executedTests, Collection<String> incompleteTests, Future<ShutdownResult> testsBeforeShutdown) (package private) voidShutdownStatus.setDescriptionsBeforeShutdown(Future<ShutdownResult> descriptionsBeforeShutdown)