×
This is an extension point in Hudson, allowing different kind of rendering to be added as plugins. Note for implementers. View subtypes need the newViewDetail.
This allows URL hudson/plugin/ID to be served by the views of the plugin class. Parameters: shortName - Short name of the plugin; Returns: The plugin singleton ...
Core object model that are bound to URLs via stapler, rooted at Jenkins . ... Participates in the rendering of HTML pages for all pages of Hudson. ... A view that ...
Basic configuration unit in Hudson. Every Item is hosted in an ItemGroup called "parent", and some Item s are ItemGroup s. This form a tree structure, ...
Fields inherited from interface hudson.model. ... Returns the URL of this Run , relative to the context root of Hudson. ... Loads a run from a log file. Throws: ...
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, ...
A value class to provide a consistent snapshot view of the state of an executor to avoid race conditions during rendering of the executors list. static class ...
A way to see if a computer is reachable. · Serves as the top of Computer s in the URL hierarchy. · Maintains the build dependencies between AbstractProject s for ...
Package hudson.model. Class ParameterDefinition ... This method is invoked when the user fills in the parameter values in the HTML form and submits it to the ...
Accesses a page inside Run . org.htmlunit.html.HtmlPage, getPage​(hudson.model.View view).