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
Methods in org.apache.maven.surefire.junitcore.pc that return ShutdownResult Modifier and Type Method Description protected abstract ShutdownResultParallelComputer. 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.
-