Core object model that are bound to URLs via stapler, rooted at Jenkins . Interface Summary. Interface, Description. Action. Object that contributes additional ...
Nested Class Summary. Nested Classes. Modifier and Type, Class, Description. static class, Hudson ...
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, ...
Keeps a list of the parameters defined for a project. This class also implements Action so that index.jelly provides a form to enter build parameters.
Method Summary ; Obtains the property type of the given field of clazz · Akin to getPropertyType(Object,String) but never returns null.
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, ...
Resolves variables to its value, while encapsulating how that resolution happens. Class Summary. Class, Description. AbstractTaskListener, Deprecated. implement ...
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/ ...
Used to implement getBuildStatusSummary() . static class, Run.Summary. Nested classes/interfaces inherited from interface hudson.ExtensionPoint.