public static class Cause.UserIdCause extends Cause
Cause.LegacyCodeCause, Cause.RemoteCause, Cause.UpstreamCause, Cause.UserCause, Cause.UserIdCause
Constructor and Description |
---|
UserIdCause() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getShortDescription()
One-line human-readable text of the cause.
|
String |
getUserId() |
String |
getUserName() |
int |
hashCode() |
void |
print(TaskListener listener)
Report a line to the listener about this cause.
|
@Exported(visibility=3) public String getUserId()
@Exported(visibility=3) public String getUserName()
public String getShortDescription()
Cause
By default, this method is used to render HTML as well.
getShortDescription
in class Cause
public void print(TaskListener listener)
Cause
Copyright © 2014. All rights reserved.