×
Extension point for suggesting solutions for full JENKINS_HOME. class, MemoryUsageMonitor. Monitors the memory usage of the system in OS specific way. class ...
public class Hudson extends Jenkins. Nested Class ... ExtensionPoint.LegacyInstancesAreScopedToHudson ... as of 1.324 Either use client-side validation (e.g. class ...
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/ ...
Code for supporting declarative CLI commands, which are annotated methods on model objects. hudson.console. Beef up the plain text console output by adding HTML ...
Gets the root directory of this node. String, getRootUrl(). Gets the absolute URL of Jenkins, such as http://localhost/jenkins ...
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, ...
Used to implement getBuildStatusSummary() . static class, Run.Summary. Nested classes/interfaces inherited from interface hudson.ExtensionPoint.
Constants that control how Hudson allocates jobs to agents. Nested classes/interfaces inherited from interface hudson.ExtensionPoint · ExtensionPoint.
Write subclasses in a plugin and put Extension on the descriptor to register them. Three classes are used to model build parameters. First is the ...
Pluggable ability to manage transfer and/or storage of build artifacts. The descriptor should specify at least a display name, and optionally a {@code ...