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 boolean
equals(Object obj)
String
getArtifactId()
String
getGroupId()
String
getRepositoryId()
int
hashCode()
-
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:
equals
in classStringParameterValue
-
getArtifactId
public String getArtifactId()
-
getGroupId
public String getGroupId()
-
getRepositoryId
public String getRepositoryId()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classStringParameterValue
-
-