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 propertyName,
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 input)
Creates a
ParameterValue from the string representation. |
String |
getArtifactid() |
List<VersionLabel> |
getChoices() |
VersionParameterDefinition.DescriptorImpl |
getDescriptor() |
String |
getGroupid() |
String |
getPropertyName() |
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 List<VersionLabel> getChoices()
@Exported public String getArtifactid()
@Exported public String getRepoid()
@Exported public String getGroupid()
@Exported public String getPropertyName()
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 input)
ParameterValue
from the string representation.
Manage Maven artifact definition : group:artifact:version
createValue
in class hudson.model.SimpleParameterDefinition
input
- The rw input string.VersionParameterValue
representation.public VersionParameterDefinition.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.model.ParameterDefinition>
getDescriptor
in class hudson.model.ParameterDefinition
Copyright © 2010–2018. All rights reserved.