com.tikal.jenkins.plugins.multijob
Class PredefinedBuildParameters

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<AbstractBuildParameters>
      extended by com.tikal.jenkins.plugins.multijob.AbstractBuildParameters
          extended by com.tikal.jenkins.plugins.multijob.PredefinedBuildParameters
All Implemented Interfaces:
hudson.model.Describable<AbstractBuildParameters>

public class PredefinedBuildParameters
extends AbstractBuildParameters


Nested Class Summary
static class PredefinedBuildParameters.DescriptorImpl
           
 
Nested classes/interfaces inherited from class com.tikal.jenkins.plugins.multijob.AbstractBuildParameters
AbstractBuildParameters.DontTriggerException
 
Constructor Summary
PredefinedBuildParameters(String jobProperties)
           
 
Method Summary
 hudson.model.Action getAction(hudson.model.AbstractBuild<?,?> build, hudson.model.TaskListener listener, hudson.model.AbstractProject project)
           
 String getJobProperties()
           
 void setJobProperties(String jobProperties)
           
 
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PredefinedBuildParameters

@DataBoundConstructor
public PredefinedBuildParameters(String jobProperties)
Method Detail

getAction

public hudson.model.Action getAction(hudson.model.AbstractBuild<?,?> build,
                                     hudson.model.TaskListener listener,
                                     hudson.model.AbstractProject project)
                              throws IOException,
                                     InterruptedException
Specified by:
getAction in class AbstractBuildParameters
Throws:
IOException
InterruptedException

getJobProperties

public String getJobProperties()

setJobProperties

public void setJobProperties(String jobProperties)


Copyright © 2004-2012. All Rights Reserved.