hudson.cli
Class BuildCommand.CLICause

java.lang.Object
  extended by hudson.model.Cause
      extended by hudson.model.Cause.UserIdCause
          extended by hudson.cli.BuildCommand.CLICause
Enclosing class:
BuildCommand

public static class BuildCommand.CLICause
extends Cause.UserIdCause


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Cause
Cause.LegacyCodeCause, Cause.RemoteCause, Cause.UpstreamCause, Cause.UserCause, Cause.UserIdCause
 
Constructor Summary
BuildCommand.CLICause()
           
BuildCommand.CLICause(String startedBy)
           
 
Method Summary
 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.
 
Methods inherited from class hudson.model.Cause.UserIdCause
getUserId, getUserName
 
Methods inherited from class hudson.model.Cause
onAddedTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildCommand.CLICause

public BuildCommand.CLICause()

BuildCommand.CLICause

public BuildCommand.CLICause(String startedBy)
Method Detail

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.