org.jenkinsci.plugins.jenkinsreviewbot
Class ReviewboardParameterValue
java.lang.Object
hudson.model.ParameterValue
org.jenkinsci.plugins.jenkinsreviewbot.ReviewboardParameterValue
- All Implemented Interfaces:
- Serializable
public class ReviewboardParameterValue
- extends hudson.model.ParameterValue
User: ymeymann
Date: 6/2/13 7:40 PM
- See Also:
- Serialized Form
Fields inherited from class hudson.model.ParameterValue |
name |
Methods inherited from class hudson.model.ParameterValue |
buildEnvVars, getAssignedLabel, getDefinition, getDescription, getName, getShortDescription, isSensitive, setDescription |
ReviewboardParameterValue
@DataBoundConstructor
public ReviewboardParameterValue(String name,
String value)
getLocation
public String getLocation()
toString
public String toString()
- Overrides:
toString
in class Object
createBuildWrapper
public hudson.tasks.BuildWrapper createBuildWrapper(hudson.model.AbstractBuild<?,?> build)
- Overrides:
createBuildWrapper
in class hudson.model.ParameterValue
isPatchFailed
public boolean isPatchFailed()
createVariableResolver
public hudson.util.VariableResolver<String> createVariableResolver(hudson.model.AbstractBuild<?,?> build)
- Overrides:
createVariableResolver
in class hudson.model.ParameterValue
equals
public boolean equals(Object o)
- Overrides:
equals
in class hudson.model.ParameterValue
hashCode
public int hashCode()
- Overrides:
hashCode
in class hudson.model.ParameterValue
buildEnvVars
public void buildEnvVars(hudson.model.AbstractBuild<?,?> build,
hudson.EnvVars env)
- Overrides:
buildEnvVars
in class hudson.model.ParameterValue
Copyright © 2004-2015. All Rights Reserved.