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.ParameterDefinitionpublic PatchParameterValue createValue(hudson.cli.CLICommand command, String value) throws IOException, InterruptedException
createValue in class hudson.model.FileParameterDefinitionIOExceptionInterruptedExceptionpublic PatchParameterValue createValue(org.kohsuke.stapler.StaplerRequest req)
createValue in class hudson.model.FileParameterDefinitionpublic PatchParameterValue createValue(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject jo)
createValue in class hudson.model.FileParameterDefinitionCopyright © 2004-2014. All Rights Reserved.