×
Uses of View in hudson.model ; If the view group renders one view in its own URL (like Jenkins top page does), then that view is called the primary view.
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.
Nested classes/interfaces inherited from interface jenkins.model. ... Fields inherited from class hudson.model. ... Returns the primary View that renders the top- ...
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, ...
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, ...
Writes the complete log from the start to finish to the OutputStream . Methods inherited from class hudson.model.Actionable · addOrReplaceAction ...
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/ ...
Three classes are used to model build parameters. First is the ParameterDefinition.ParameterDescriptor , which tells Hudson what kind of implementations are ...
Package hudson.model. Core object model that are bound to URLs via stapler, rooted at Jenkins .
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 ...