hudson.plugins.parameterizedtrigger
Class AbstractBuildParameters

java.lang.Object
  extended by hudson.plugins.parameterizedtrigger.AbstractBuildParameters
All Implemented Interfaces:
hudson.model.Describable<AbstractBuildParameters>
Direct Known Subclasses:
CurrentBuildParameters, FileBuildParameters, PredefinedBuildParameters, SubversionRevisionBuildParameters

public abstract class AbstractBuildParameters
extends java.lang.Object
implements hudson.model.Describable<AbstractBuildParameters>


Nested Class Summary
static class AbstractBuildParameters.DontTriggerException
           
 
Constructor Summary
AbstractBuildParameters()
           
 
Method Summary
abstract  hudson.model.Action getAction(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 hudson.model.Descriptor<AbstractBuildParameters> getDescriptor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBuildParameters

public AbstractBuildParameters()
Method Detail

getAction

public abstract hudson.model.Action getAction(hudson.model.AbstractBuild<?,?> build,
                                              hudson.Launcher launcher,
                                              hudson.model.BuildListener listener)
                                       throws java.io.IOException,
                                              java.lang.InterruptedException,
                                              AbstractBuildParameters.DontTriggerException
Throws:
java.io.IOException
java.lang.InterruptedException
AbstractBuildParameters.DontTriggerException

getDescriptor

public hudson.model.Descriptor<AbstractBuildParameters> getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<AbstractBuildParameters>


Copyright © 2009. All Rights Reserved.