hudson.model
Class Cause.LegacyCodeCause

java.lang.Object
  extended by hudson.model.Cause
      extended by hudson.model.Cause.LegacyCodeCause
Enclosing class:
Cause

Deprecated. since 2009-02-08

public static class Cause.LegacyCodeCause
extends Cause

Fall back implementation when no other type is available.


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Cause
Cause.LegacyCodeCause, Cause.RemoteCause, Cause.UpstreamCause, Cause.UserCause, Cause.UserIdCause
 
Constructor Summary
Cause.LegacyCodeCause()
          Deprecated.  
 
Method Summary
 String getShortDescription()
          Deprecated. One-line human-readable text of the cause.
 
Methods inherited from class hudson.model.Cause
onAddedTo, print
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cause.LegacyCodeCause

public Cause.LegacyCodeCause()
Deprecated. 
Method Detail

getShortDescription

public String getShortDescription()
Deprecated. 
Description copied from class: Cause
One-line human-readable text of the cause.

By default, this method is used to render HTML as well.

Specified by:
getShortDescription in class Cause


Copyright © 2004-2013. All Rights Reserved.