A {@link Protocol} which redirects an HTTP(S) request to a different locationusing HTTP 302 redirection semantics.
2073207420752076207720782079
@CLIMethod(name="disable-job") public HttpResponse doDisable() throws IOException, ServletException { requirePOST(); checkPermission(CONFIGURE); makeDisabled(true); return new HttpRedirect("."); }