@ExportedBean public class RequestParam extends hudson.model.AbstractDescribableImpl<RequestParam> implements Serializable, Cloneable
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestParam.DescriptorImpl |
| Constructor and Description |
|---|
RequestParam() |
| Modifier and Type | Method and Description |
|---|---|
RequestParam |
clone() |
String |
getDescription() |
String |
getName() |
String |
getType() |
String |
getValue() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setType(String type) |
void |
setValue(String value) |
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public String getDescription()
public void setDescription(String description)
public String getValue()
public void setValue(String value)
public RequestParam clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionCopyright © 2004-2015. All Rights Reserved.