Class Rejection
- java.lang.Object
-
- jenkins.model.CauseOfInterruption
-
- org.jenkinsci.plugins.workflow.support.steps.input.Rejection
-
- All Implemented Interfaces:
Serializable
public final class Rejection extends CauseOfInterruption
Indicates that the input step was rejected by the user.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jenkins.model.CauseOfInterruption
CauseOfInterruption.UserInterruption
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getShortDescription()
long
getTimestamp()
Gets the timestamp when the rejection occurred.User
getUser()
Gets the user who rejected this.-
Methods inherited from class jenkins.model.CauseOfInterruption
print
-
-
-
-
Constructor Detail
-
Rejection
public Rejection(@CheckForNull User u)
-
-
Method Detail
-
getUser
@Exported @CheckForNull public User getUser()
Gets the user who rejected this.
-
getTimestamp
@Exported public long getTimestamp()
Gets the timestamp when the rejection occurred.
-
getShortDescription
public String getShortDescription()
- Specified by:
getShortDescription
in classCauseOfInterruption
-
-