jenkins.plugins.http_request.util
Class NameValuePair

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

Nested Class Summary
static class NameValuePair.NameValueParamDescriptor
           
 
Constructor Summary
NameValuePair(String name, String value)
           
 
Method Summary
 String getName()
           
 String getValue()
           
 
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
 

Constructor Detail

NameValuePair

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

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.