Package hudson.model

Class Computer.TerminationRequest

All Implemented Interfaces:
Serializable
Enclosing class:
Computer

public static class Computer.TerminationRequest extends RuntimeException
Used to trace requests to terminate a computer.
Since:
1.607
See Also:
  • Constructor Details

    • TerminationRequest

      public TerminationRequest(String message)
  • Method Details

    • getWhen

      public long getWhen()
      Returns the when the termination request was created.
      Returns:
      the difference, measured in milliseconds, between the time of the termination request and midnight, January 1, 1970 UTC.