×
Core object model that are bound to URLs via stapler, rooted at Jenkins . hudson.model.labels. Boolean expression over labels. hudson.model.listeners.
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/ ...
Gets the root directory of this node. String, getRootUrl(). Gets the absolute URL of Jenkins, such as http://localhost/jenkins ...
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 ...
Used to implement getBuildStatusSummary() . static class, Run.Summary. Nested classes/interfaces inherited from interface hudson.ExtensionPoint.
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, ...
Three classes are used to model build parameters. First is the ParameterDefinition.ParameterDescriptor , which tells Hudson what kind of implementations are ...
Pluggable ability to manage transfer and/or storage of build artifacts. The descriptor should specify at least a display name, and optionally a {@code ...
Provides a mechanism for synchronizing build executions in the face of concurrent builds. ChoiceParameterDefinition · ChoiceParameterDefinition.DescriptorImpl.