Uses of Class
org.apache.maven.surefire.junitcore.pc.ShutdownResult
-
Packages that use ShutdownResult Package Description org.apache.maven.surefire.junitcore.pc -
-
Uses of ShutdownResult in org.apache.maven.surefire.junitcore.pc
Fields in org.apache.maven.surefire.junitcore.pc with type parameters of type ShutdownResult Modifier and Type Field Description private java.util.concurrent.Future<ShutdownResult>
ShutdownStatus. descriptionsBeforeShutdown
Methods in org.apache.maven.surefire.junitcore.pc that return ShutdownResult Modifier and Type Method Description protected 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 ShutdownResult Modifier and Type Method 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()
Method parameters in org.apache.maven.surefire.junitcore.pc with type arguments of type ShutdownResult Modifier and Type Method 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)
-