Core object model that are bound to URLs via stapler, rooted at Jenkins . hudson.model.queue. hudson.node_monitors. Code that monitors the health of agents.
Package hudson.model. Core object model that are bound to URLs via stapler, rooted at Jenkins .
Helper class to make it easy to send an explicit list of files using FilePath methods. FilePath.FileCallableWrapperFactory. This extension point allows to ...
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/ ...
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 ...
Asserts that the console output of the build contains the given substring. assertLogContains(String, Run) - Method in class org.jvnet.hudson.test.JenkinsRule.
Hudson's interface with source code management systems. hudson.search. QuickSilver-like search/jump capability for better navigation around the website.
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, extend ...
Jenkins's interface with source code management systems. hudson.search. QuickSilver-like search/jump capability for better navigation around Jenkins. hudson.
Running state of nodes are captured by Computer s. There is no URL binding for Node . Computer and TransientComputerActionFactory must be used to associate new ...