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. descriptionsBeforeShutdownMethods in org.apache.maven.surefire.junitcore.pc that return ShutdownResult Modifier and Type Method Description protected 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 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 voidParallelComputer. printShutdownHook(java.util.Collection<java.lang.String> executedTests, java.util.Collection<java.lang.String> incompleteTests, java.util.concurrent.Future<ShutdownResult> testsBeforeShutdown)(package private) voidShutdownStatus. setDescriptionsBeforeShutdown(java.util.concurrent.Future<ShutdownResult> descriptionsBeforeShutdown)
-