×
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.
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: ...
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 ...
A value class to provide a consistent snapshot view of the state ... Methods inherited from class hudson.model. ... URL like "foo" or "foo/bar". The path can end ...
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, ...
Whenever a new view is created, a new ListView instance is created with the configuration information. This instance gets serialized to XML, and this instance ...
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 ...
Action s added to a model object creates additional URL subspace under the parent model object, through which it can interact with users. Action s are also ...