×
Class Hudson. java.lang.Object · hudson.model.AbstractModelObject · hudson.model.Node · hudson.model.AbstractCIBase · jenkins.model.Jenkins. hudson.model.Hudson.
Core object model that are bound to URLs via stapler, rooted at Jenkins . ... Default pinger - use Java ... Participates in the rendering of HTML pages for all ...
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 ...
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 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/ ...
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, ...
Returns the URL of this Run , relative to the context root of Hudson. Returns: String like "job/foo/32/" with trailing slash but no leading slash.
Let Nodes be aware of the lifecycle of their own Computer . static class, Node.Mode. Constants that control how Hudson allocates jobs to agents.
Nested classes/interfaces inherited from class jenkins.model.Jenkins · Jenkins.DescriptorImpl, Jenkins.EnforceSlaveAgentPortAdministrativeMonitor, Jenkins.
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 ...