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()
CauseOfInterruption
getShortDescription
in class CauseOfInterruption
public void print(TaskListener listener)
CauseOfInterruption
print
in class CauseOfInterruption
Copyright © 2016. All rights reserved.