public class ToolVersionParameterDefinition
extends hudson.model.ParameterDefinition
| Modifier and Type | Class and Description |
|---|---|
static class |
ToolVersionParameterDefinition.DescriptorImpl |
| Constructor and Description |
|---|
ToolVersionParameterDefinition(String toolName) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.StringParameterValue |
createValue(org.kohsuke.stapler.StaplerRequest req) |
hudson.model.StringParameterValue |
createValue(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject jo) |
CustomTool |
getTool() |
String |
getToolName() |
ToolVersionConfig |
getVersionConfig() |
@DataBoundConstructor public ToolVersionParameterDefinition(String toolName)
public String getToolName()
public final CustomTool getTool()
public final ToolVersionConfig getVersionConfig()
public hudson.model.StringParameterValue createValue(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject jo)
createValue in class hudson.model.ParameterDefinitionpublic hudson.model.StringParameterValue createValue(org.kohsuke.stapler.StaplerRequest req)
createValue in class hudson.model.ParameterDefinitionCopyright © 2004-2013. All Rights Reserved.