com.redfin.hudson
Class UrlChangeCause

java.lang.Object
  extended by hudson.model.Cause
      extended by com.redfin.hudson.UrlChangeCause

public class UrlChangeCause
extends hudson.model.Cause

Cause for builds triggered by this plugin.

Author:
Alan.Harder@sun.com

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Cause
hudson.model.Cause.LegacyCodeCause, hudson.model.Cause.RemoteCause, hudson.model.Cause.UpstreamCause, hudson.model.Cause.UserCause
 
Constructor Summary
UrlChangeCause(java.net.URL url)
           
 
Method Summary
 java.lang.String getShortDescription()
           
 
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

UrlChangeCause

public UrlChangeCause(java.net.URL url)
Method Detail

getShortDescription

public java.lang.String getShortDescription()
Specified by:
getShortDescription in class hudson.model.Cause


Copyright © 2011. All Rights Reserved.