org.jenkins.ci.plugins
Class PersistentBuildQueueCause

java.lang.Object
  extended by hudson.model.Cause
      extended by org.jenkins.ci.plugins.PersistentBuildQueueCause

public final class PersistentBuildQueueCause
extends hudson.model.Cause

A very simple Cause which describes that the job was scheduled because of the PBQ plugin.

Since:
1.0
Author:
Jesse Farinacci

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
PersistentBuildQueueCause()
           
 
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

PersistentBuildQueueCause

public PersistentBuildQueueCause()
Method Detail

getShortDescription

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


Copyright © 2004-2011. All Rights Reserved.