hudson.cli
Class BuildCommand.CLICause
java.lang.Object
hudson.model.Cause
hudson.model.Cause.UserIdCause
hudson.cli.BuildCommand.CLICause
- Enclosing class:
- BuildCommand
public static class BuildCommand.CLICause
- extends Cause.UserIdCause
BuildCommand.CLICause
public BuildCommand.CLICause()
BuildCommand.CLICause
public BuildCommand.CLICause(String startedBy)
getShortDescription
public String getShortDescription()
- Description copied from class:
Cause
- One-line human-readable text of the cause.
By default, this method is used to render HTML as well.
- Overrides:
getShortDescription
in class Cause.UserIdCause
print
public void print(TaskListener listener)
- Description copied from class:
Cause
- Report a line to the listener about this cause.
- Overrides:
print
in class Cause.UserIdCause
equals
public boolean equals(Object o)
- Overrides:
equals
in class Cause.UserIdCause
hashCode
public int hashCode()
- Overrides:
hashCode
in class Cause.UserIdCause
Copyright © 2004-2013. All Rights Reserved.