@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(String json) |
| Modifier and Type | Method and Description |
|---|---|
RequestParam |
clone() |
String |
getDescription() |
String |
getJson() |
String |
getRequestParam() |
String |
getType() |
void |
setDescription(String description) |
void |
setJson(String name) |
void |
setType(String type) |
Boolean |
validate() |
@DataBoundConstructor public RequestParam(String json)
public String getRequestParam()
public Boolean validate() throws IOException
IOExceptionpublic String getJson()
public void setJson(String name)
public String getType()
public void setType(String type)
public String getDescription()
public void setDescription(String description)
public RequestParam clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionCopyright © 2004-2016. All Rights Reserved.