hudson.plugins.im
Class IMCause

java.lang.Object
  extended by hudson.model.Cause
      extended by hudson.plugins.im.IMCause

public class IMCause
extends hudson.model.Cause

Marks a build that was started because of an action triggered in a IMPlugin.

Author:
kutzi

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
IMCause(java.lang.String description)
           
 
Method Summary
 java.lang.String getShortDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IMCause

public IMCause(java.lang.String description)
Method Detail

getShortDescription

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


Copyright © 2010. All Rights Reserved.