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:
  • Constructor Details

    • Rejection

      public Rejection(@CheckForNull User u)
  • Method Details

    • 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 class CauseOfInterruption