Class ShutdownStatus

java.lang.Object
org.apache.maven.surefire.junitcore.pc.ShutdownStatus

final class ShutdownStatus extends Object
Wrapper of ParallelComputer status information and tests been populated before a shutdown hook has been triggered.
Since:
2.18
See Also:
  • Field Details

  • Constructor Details

    • ShutdownStatus

      ShutdownStatus()
  • Method Details

    • tryFinish

      boolean tryFinish()
    • tryTimeout

      boolean tryTimeout()
    • isTimeoutElapsed

      boolean isTimeoutElapsed()
    • getDescriptionsBeforeShutdown

      Future<ShutdownResult> getDescriptionsBeforeShutdown()
    • setDescriptionsBeforeShutdown

      void setDescriptionsBeforeShutdown(Future<ShutdownResult> descriptionsBeforeShutdown)