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