Core object model that are bound to URLs via stapler, rooted at Jenkins . hudson.security. Security-related code. hudson.util. Other miscellaneous utility code.
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.
Saves an existing Node on disk, called by Node.save() . Methods inherited from class hudson.model.AbstractCIBase · getDisabledAdministrativeMonitors, ...
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, ...
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, ...
Writes the complete log from the start to finish to the OutputStream . Methods inherited from class hudson.model.Actionable · addOrReplaceAction ...
Core object model that are bound to URLs via stapler, rooted at Jenkins . ... A value class to provide a consistent snapshot view ... HTML pages for all pages of ...
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/ ...
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 ...
Executor -like class that executes a single task repeatedly, in such a way that a single execution can cover multiple pending queued requests. AtomicFileWriter.