public class PatchParameterDefinition
extends hudson.model.FileParameterDefinition
Modifier and Type | Class and Description |
---|---|
static class |
PatchParameterDefinition.DescriptorImpl |
Constructor and Description |
---|
PatchParameterDefinition() |
Modifier and Type | Method and Description |
---|---|
PatchParameterValue |
createValue(hudson.cli.CLICommand command,
String value) |
PatchParameterValue |
createValue(org.kohsuke.stapler.StaplerRequest req) |
PatchParameterValue |
createValue(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject jo) |
String |
getDescription() |
public String getDescription()
getDescription
in class hudson.model.ParameterDefinition
public PatchParameterValue createValue(hudson.cli.CLICommand command, String value) throws IOException, InterruptedException
createValue
in class hudson.model.FileParameterDefinition
IOException
InterruptedException
public PatchParameterValue createValue(org.kohsuke.stapler.StaplerRequest req)
createValue
in class hudson.model.FileParameterDefinition
public PatchParameterValue createValue(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject jo)
createValue
in class hudson.model.FileParameterDefinition
Copyright © 2004-2014. All Rights Reserved.