Class Rejection
java.lang.Object
jenkins.model.CauseOfInterruption
org.jenkinsci.plugins.workflow.support.steps.input.Rejection
- All Implemented Interfaces:
 Serializable
Indicates that the input step was rejected by the user.
- See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class jenkins.model.CauseOfInterruption
CauseOfInterruption.UserInterruption - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionlongGets the timestamp when the rejection occurred.getUser()Gets the user who rejected this.Methods inherited from class jenkins.model.CauseOfInterruption
print 
- 
Constructor Details
- 
Rejection
 
 - 
 - 
Method Details
- 
getUser
Gets the user who rejected this. - 
getTimestamp
@Exported public long getTimestamp()Gets the timestamp when the rejection occurred. - 
getShortDescription
- Specified by:
 getShortDescriptionin classCauseOfInterruption
 
 -