Class GitParameterValue
- java.lang.Object
-
- hudson.model.ParameterValue
-
- hudson.model.StringParameterValue
-
- net.uaznia.lukanus.hudson.plugins.gitparameter.GitParameterValue
-
- All Implemented Interfaces:
Serializable
public class GitParameterValue extends StringParameterValue
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class hudson.model.StringParameterValue
value
-
Fields inherited from class hudson.model.ParameterValue
name
-
-
Constructor Summary
Constructors Constructor Description GitParameterValue(String name, String value)
-
Method Summary
-
Methods inherited from class hudson.model.StringParameterValue
buildEnvironment, createVariableResolver, doTrim, equals, getShortDescription, getValue, hashCode, toString
-
Methods inherited from class hudson.model.ParameterValue
buildEnvVars, buildEnvVars, createBuildWrapper, getAssignedLabel, getDefinition, getDescription, getFormattedDescription, getName, isSensitive, setDescription
-
-