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 StringParameterValue
- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
- 
Fields inherited from class hudson.model.StringParameterValue
value 
- 
Fields inherited from class hudson.model.ParameterValue
name 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetArtifactId()StringgetGroupId()StringgetRepositoryId()inthashCode()- 
Methods inherited from class hudson.model.StringParameterValue
buildEnvironment, createVariableResolver, doTrim, getShortDescription, getValue, toString 
- 
Methods inherited from class hudson.model.ParameterValue
buildEnvVars, buildEnvVars, createBuildWrapper, getAssignedLabel, getDefinition, getDescription, getFormattedDescription, getName, isSensitive, setDescription 
 - 
 
 - 
 
- 
- 
Method Detail
- 
equals
public boolean equals(Object obj)
- Overrides:
 equalsin classStringParameterValue
 
- 
getArtifactId
public String getArtifactId()
 
- 
getGroupId
public String getGroupId()
 
- 
getRepositoryId
public String getRepositoryId()
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classStringParameterValue
 
 - 
 
 -