org.jvnet.hudson.plugins.repositoryconnector
Class VersionParameterValue
java.lang.Object
hudson.model.ParameterValue
hudson.model.StringParameterValue
org.jvnet.hudson.plugins.repositoryconnector.VersionParameterValue
- All Implemented Interfaces:
- Serializable
public class VersionParameterValue
- extends hudson.model.StringParameterValue
This class sets the build parameter as environment value
"groupid.artifactid=version"
- Author:
- mrumpf
- See Also:
- Serialized Form
Fields inherited from class hudson.model.StringParameterValue |
value |
Fields inherited from class hudson.model.ParameterValue |
name |
Methods inherited from class hudson.model.StringParameterValue |
buildEnvVars, createVariableResolver, equals, hashCode |
Methods inherited from class hudson.model.ParameterValue |
buildEnvVars, createBuildWrapper, getAssignedLabel, getDefinition, getDescription, getName, getShortDescription, isSensitive, setDescription |
VersionParameterValue
@DataBoundConstructor
public VersionParameterValue(String groupid,
String artifactid,
String version)
getGroupid
public String getGroupid()
getArtifactid
public String getArtifactid()
toString
public String toString()
- Overrides:
toString
in class hudson.model.StringParameterValue
Copyright © 2010-2014. All Rights Reserved.