org.jenkinsci.plugins.jobgenerator.parameterizedtrigger
Class GeneratorKeyValueBuildParameters

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<hudson.plugins.parameterizedtrigger.AbstractBuildParameters>
      extended by hudson.plugins.parameterizedtrigger.AbstractBuildParameters
          extended by org.jenkinsci.plugins.jobgenerator.parameterizedtrigger.GeneratorKeyValueBuildParameters
All Implemented Interfaces:
hudson.model.Describable<hudson.plugins.parameterizedtrigger.AbstractBuildParameters>

public class GeneratorKeyValueBuildParameters
extends hudson.plugins.parameterizedtrigger.AbstractBuildParameters

Default Generator Build Parameter which is a key value. This class is an add-on to the parameterized build trigger plugin.

Author:
Sylvain Benner

Nested Class Summary
static class GeneratorKeyValueBuildParameters.DescriptorImpl
           
 
Nested classes/interfaces inherited from class hudson.plugins.parameterizedtrigger.AbstractBuildParameters
hudson.plugins.parameterizedtrigger.AbstractBuildParameters.DontTriggerException
 
Constructor Summary
GeneratorKeyValueBuildParameters(String properties)
           
 
Method Summary
 hudson.model.Action getAction(hudson.model.AbstractBuild<?,?> build, hudson.model.TaskListener listener)
           
 String getProperties()
           
 
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

GeneratorKeyValueBuildParameters

@DataBoundConstructor
public GeneratorKeyValueBuildParameters(String properties)
Method Detail

getAction

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

getProperties

public String getProperties()


Copyright © 2004-2012. All Rights Reserved.