public final class Rejection
extends jenkins.model.CauseOfInterruption
| Constructor and Description |
|---|
Rejection(hudson.model.User u) |
| Modifier and Type | Method and Description |
|---|---|
String |
getShortDescription() |
long |
getTimestamp()
Gets the timestamp when the rejection occurred.
|
hudson.model.User |
getUser()
Gets the user who rejected this.
|
public Rejection(@CheckForNull hudson.model.User u)
@Exported @CheckForNull public hudson.model.User getUser()
@Exported public long getTimestamp()
public String getShortDescription()
getShortDescription in class jenkins.model.CauseOfInterruptionCopyright © 2016–2017. All rights reserved.