×
StaplerFallback allows delegating the processing of a URL to another object, similar to StaplerProxy , but has the lowest priority among all possible URL ...
staplerdoc:org.kohsuke.stapler.StaplerProxy allows delegating the processing of a URL to another object. So, for /foo/bar , if getFoo() returns an object x that ...
Handling Requests · Routing Requests · Web Methods · Responding to Requests · Expose HTTP API with JSON content with Jenkins · Deprecated reflective access.
WARNING: New Stapler routing rules result in the URL "/example" no longer being allowed. If you consider it safe to use, add the following to the whitelist: ...
Reverse proxies receive inbound HTTP requests and forward those requests to Jenkins. It receives the outbound HTTP response from Jenkins and forwards those ...
Missing: routing/ | Show results with:routing/
Managing Jenkins · Securing Jenkins · System ... httpRequest : Perform an HTTP Request and return a response object ... (https://www.zaproxy.org/docs/alerts/) ...
Copied! Handling GET with Jenkins. This part shows how to expose an HTTP GET that return a structured JSON response.
For the actual docs in use please go to https://www.jenkins.io/doc. ... WARNING: New Stapler routing rules result in the URL ... Routing Requests Responding to ...
所以,对于 /foo/bar , 如果 getFoo() 返回一个实现 StaplerProxy 的 getTarget() 方法的对象 x , Stapler 将调用 x.getTarget() 并继续使用它来处理URL 的其余部分( bar ...
Model · Hierarchical projects support · Exposing data to the remote API.