public static final class CauseOfInterruption.UserInterruption extends CauseOfInterruption
CauseOfInterruption.UserInterruption| Constructor and Description |
|---|
UserInterruption(String userId) |
UserInterruption(User user) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getShortDescription()
Human readable description of why the build is cancelled.
|
User |
getUser() |
int |
hashCode() |
void |
print(TaskListener listener)
Report a line to the listener about this cause.
|
public UserInterruption(User user)
public UserInterruption(String userId)
public User getUser()
public String getShortDescription()
CauseOfInterruptiongetShortDescription in class CauseOfInterruptionpublic void print(TaskListener listener)
CauseOfInterruptionprint in class CauseOfInterruptionCopyright © 2019. All rights reserved.