×
Core object model that are bound to URLs via stapler, rooted at Jenkins .
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 ...
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, ...
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/ ...
Convenient base class for checking the validity of URLs. Futures. Various Future implementations. Graph. A JFreeChart-generated graph that's bound to UI.
ReactorListener s that get notified of the Hudson initialization process. InitReactorRunner. Executes the Reactor for the purpose of bootup. InitStrategy.
Plugins formerly using Secret will generally need to use an @Initializer to migrate the configuration of freestyle projects to use Credentials instead. The ...
Returns true if the node is accepting tasks. isAcceptingTasks(T) - Method in class hudson.slaves.RetentionStrategy. Returns true if the computer is accepting ...
Writes files in 'this' directory to a tar stream. TAR - Static variable in class hudson.util.io.ArchiverFactory. Uncompressed tar format. TAR_COMPRESSION ...