com.tikal.jenkins.plugins.multijob
Class FileBuildParameters

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

public class FileBuildParameters
extends AbstractBuildParameters


Nested Class Summary
static class FileBuildParameters.DescriptorImpl
           
 
Nested classes/interfaces inherited from class com.tikal.jenkins.plugins.multijob.AbstractBuildParameters
AbstractBuildParameters.DontTriggerException
 
Constructor Summary
FileBuildParameters(String propertiesFile)
           
 
Method Summary
 hudson.model.Action getAction(hudson.model.AbstractBuild<?,?> build, hudson.model.TaskListener listener, hudson.model.AbstractProject project)
           
 String getPropertiesFile()
           
 
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

FileBuildParameters

@DataBoundConstructor
public FileBuildParameters(String propertiesFile)
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

getPropertiesFile

public String getPropertiesFile()


Copyright © 2004-2012. All Rights Reserved.