public class VersionParameterDefinition
extends hudson.model.SimpleParameterDefinition
Modifier and Type | Class and Description |
---|---|
static class |
VersionParameterDefinition.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
static VersionParameterDefinition.DescriptorImpl |
DESCRIPTOR |
Constructor and Description |
---|
VersionParameterDefinition(String repoid,
String groupid,
String artifactid,
String description) |
Modifier and Type | Method and Description |
---|---|
VersionParameterDefinition |
copyWithDefaultValue(hudson.model.ParameterValue defaultValue) |
hudson.model.ParameterValue |
createValue(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject jo) |
hudson.model.ParameterValue |
createValue(String version) |
String |
getArtifactid() |
List<String> |
getChoices() |
VersionParameterDefinition.DescriptorImpl |
getDescriptor() |
String |
getGroupid() |
String |
getRepoid() |
String |
toString() |
@Extension public static final VersionParameterDefinition.DescriptorImpl DESCRIPTOR
public VersionParameterDefinition copyWithDefaultValue(hudson.model.ParameterValue defaultValue)
copyWithDefaultValue
in class hudson.model.ParameterDefinition
@Exported public String getArtifactid()
@Exported public String getRepoid()
@Exported public String getGroupid()
public hudson.model.ParameterValue createValue(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject jo)
createValue
in class hudson.model.ParameterDefinition
public hudson.model.ParameterValue createValue(String version)
createValue
in class hudson.model.SimpleParameterDefinition
public VersionParameterDefinition.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.model.ParameterDefinition>
getDescriptor
in class hudson.model.ParameterDefinition
Copyright © 2010-2015. All Rights Reserved.