×
Represents the Accept HTTP header and help server choose the right media type to serve. AcceptHeader(String) - Constructor for class org.kohsuke.stapler.
Maps an HTTP request to a method call / JSP invocation against a model object by evaluating the request URL in a EL-ish way.
Accepts submission from the node configuration page. void, doConfigSubmit​(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp).
A plugin is bound to URL space of Hudson as ${rootURL}/plugin/foo/ , where "foo" is taken from your plugin name "foo.jpi". All your web resources in src/main/ ...
Missing: component/ | Show results with:component/
A job is an runnable entity under the monitoring of Hudson. Every time it "runs", it will be recorded as a Run object. To create a custom job type, ...
Nodes are persisted objects that capture user configurations, and instances get thrown away and recreated whenever the configuration changes. Running state of ...
Missing: component/ | Show results with:component/
Gets the part of the request URL from protocol up to the context path. javax.servlet.ServletContext, getServletContext(). Returns the ServletContext object ...
Execution strategy for handling views written in other scripting languages. StaplerFallback. An object can fall back to another object for a part of its UI ...
Participates in the rendering of HTML pages for all pages of Hudson. ... Visit our <a href="https://www.jenkins.io/doc ... PROHIBIT_STATIC_ACCESS - Static variable ...
Missing: component/ | Show results with:component/
Returns the enum constant of this type with the specified name. valueOf(String) - Static method in enum hudson.init.InitMilestone. Returns the enum constant of ...