jenkins.plugins.http_request.util
Class NameValuePair
java.lang.Object
hudson.model.AbstractDescribableImpl<NameValuePair>
jenkins.plugins.http_request.util.NameValuePair
- All Implemented Interfaces:
- hudson.model.Describable<NameValuePair>, org.apache.http.NameValuePair
public class NameValuePair
- extends hudson.model.AbstractDescribableImpl<NameValuePair>
- implements org.apache.http.NameValuePair
- Author:
- Janario Oliveira
| Methods inherited from class hudson.model.AbstractDescribableImpl |
getDescriptor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NameValuePair
@DataBoundConstructor
public NameValuePair(String name,
String value)
getName
public String getName()
- Specified by:
getName in interface org.apache.http.NameValuePair
getValue
public String getValue()
- Specified by:
getValue in interface org.apache.http.NameValuePair
Copyright © 2004-2015. All Rights Reserved.