hudson.model
Class Cause.UpstreamCause.DeeplyNestedUpstreamCause

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

public static class Cause.UpstreamCause.DeeplyNestedUpstreamCause
extends Cause


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.UpstreamCause.DeeplyNestedUpstreamCause()
           
 
Method Summary
 String getShortDescription()
          One-line human-readable text of the cause.
 String toString()
           
 
Methods inherited from class hudson.model.Cause
onAddedTo, print
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Cause.UpstreamCause.DeeplyNestedUpstreamCause

public Cause.UpstreamCause.DeeplyNestedUpstreamCause()
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.

Specified by:
getShortDescription in class Cause

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2013. All Rights Reserved.