org.jenkinsci.plugins.jenkinsreviewbot
Class ReviewboardParameterValue

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

Field Summary
 
Fields inherited from class hudson.model.ParameterValue
name
 
Constructor Summary
ReviewboardParameterValue(String name, String value)
           
 
Method Summary
 void buildEnvVars(hudson.model.AbstractBuild<?,?> build, hudson.EnvVars env)
           
 hudson.tasks.BuildWrapper createBuildWrapper(hudson.model.AbstractBuild<?,?> build)
           
 hudson.util.VariableResolver<String> createVariableResolver(hudson.model.AbstractBuild<?,?> build)
           
 boolean equals(Object o)
           
 String getLocation()
           
 int hashCode()
           
 boolean isPatchFailed()
           
 String toString()
           
 
Methods inherited from class hudson.model.ParameterValue
buildEnvVars, getAssignedLabel, getDefinition, getDescription, getName, getShortDescription, isSensitive, setDescription
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReviewboardParameterValue

@DataBoundConstructor
public ReviewboardParameterValue(String name,
                                                      String value)
Method Detail

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.