×
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/ ...
Discovered Extension object with a bit of metadata for Hudson. ... Mutable representation of string with HTML mark up. ... URL which is provided by Jenkins.
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 .
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 ...
Represents a periodically updated JSON data file obtained from a remote URL. This mechanism is one of the basis of the update center, which involves ...
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 ...
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 ...
Gets the URL path name. Methods inherited from class hudson.model.ManagementLink · all, getBadge, getCategoryName, getRequiresConfirmation, getRequiresPOST ...
First, create a class called HelloWorldAction in the same package as HelloWorldBuilder . That class needs to implement Action. Actions are a basic building ...