org.jenkinsci.plugins.jobgenerator.parameterizedtrigger
Class GeneratorKeyValueBuildParameters
java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.plugins.parameterizedtrigger.AbstractBuildParameters>
hudson.plugins.parameterizedtrigger.AbstractBuildParameters
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 classes/interfaces inherited from class hudson.plugins.parameterizedtrigger.AbstractBuildParameters |
hudson.plugins.parameterizedtrigger.AbstractBuildParameters.DontTriggerException |
|
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 |
GeneratorKeyValueBuildParameters
@DataBoundConstructor
public GeneratorKeyValueBuildParameters(String properties)
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.