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, getUserNamepublic CLICause()
public CLICause(String startedBy)
public String getShortDescription()
CauseBy default, this method is used to render HTML as well.
getShortDescription in class Cause.UserIdCausepublic void print(TaskListener listener)
Causeprint in class Cause.UserIdCausepublic boolean equals(Object o)
equals in class Cause.UserIdCausepublic int hashCode()
hashCode in class Cause.UserIdCauseCopyright © 2019. All rights reserved.