Package hudson.model
Class Computer.TerminationRequest
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
hudson.model.Computer.TerminationRequest
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 Computer
Used to trace requests to terminate a computer.
- Since:
 - 1.607
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionlonggetWhen()Returns the when the termination request was created.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
TerminationRequest
 
 - 
 - 
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.
 
 
 -