hudson.scm.listtagsparameter
Class ListSubversionTagsParameterValue
java.lang.Object
hudson.model.ParameterValue
hudson.scm.listtagsparameter.ListSubversionTagsParameterValue
- All Implemented Interfaces:
- Serializable
public class ListSubversionTagsParameterValue
- extends hudson.model.ParameterValue
This class represents the actual ParameterValue for the
ListSubversionTagsParameterDefinition parameter.
- Author:
- Romain Seguy (http://openromain.blogspot.com)
- See Also:
- Serialized Form
| Fields inherited from class hudson.model.ParameterValue |
name |
| Methods inherited from class hudson.model.ParameterValue |
buildEnvVars, createBuildWrapper, equals, getAssignedLabel, getDefinition, getDescription, getName, getShortDescription, hashCode, isSensitive, setDescription |
ListSubversionTagsParameterValue
@DataBoundConstructor
public ListSubversionTagsParameterValue(String name,
String tagsDir,
String tag)
buildEnvVars
public void buildEnvVars(hudson.model.AbstractBuild<?,?> build,
hudson.EnvVars env)
- Overrides:
buildEnvVars in class hudson.model.ParameterValue
createVariableResolver
public hudson.util.VariableResolver<String> createVariableResolver(hudson.model.AbstractBuild<?,?> build)
- Overrides:
createVariableResolver in class hudson.model.ParameterValue
getTag
public String getTag()
setTag
public void setTag(String tag)
getTagsDir
public String getTagsDir()
setTagsDir
public void setTagsDir(String tagsDir)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2004-2013. All Rights Reserved.