public class RequestsPlugin
extends hudson.Plugin
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestsPlugin.RequestManagementLink |
| Constructor and Description |
|---|
RequestsPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRequest(Request request) |
org.kohsuke.stapler.HttpResponse |
doManageRequests(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response) |
List<String> |
getErrors() |
List<Request> |
getRequests() |
void |
removeAllRequests(ArrayList<Integer> selectedIndexs) |
void |
setErrors(String errorString) |
void |
start() |
public void addRequest(Request request)
public org.kohsuke.stapler.HttpResponse doManageRequests(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic void setErrors(String errorString)
Copyright © 2016–2019. All rights reserved.