org.jvnet.hudson.plugins.repositoryconnector
Class VersionParameterValue

java.lang.Object
  extended by hudson.model.ParameterValue
      extended by hudson.model.StringParameterValue
          extended by 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

Field Summary
 
Fields inherited from class hudson.model.StringParameterValue
value
 
Fields inherited from class hudson.model.ParameterValue
name
 
Constructor Summary
VersionParameterValue(String groupid, String artifactid, String version)
           
 
Method Summary
 String getArtifactid()
           
 String getGroupid()
           
 String toString()
           
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VersionParameterValue

@DataBoundConstructor
public VersionParameterValue(String groupid,
                                                  String artifactid,
                                                  String version)
Method Detail

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.