Jenkins - URL (Stapler)

Card Puncher Data Processing

About

The Jenkins classes are bound to URLs by using Stapler.

The Hudson instance is bound to the “/” URL, and the rest of the objects are bound according to their reachability from this root object.

Example

The Hudson.getJob(“foo”) method can be called with the URL /job/foo/ which would be a Project object that corresponds to the “foo” project.

Documentation / Reference





Discover More
Card Puncher Data Processing
Jenkins - (Java) API (Object Model)

API Jenkins is primarily a set of Java classes that model the concepts of a build system. All classes are bound to URLs by using Stapler. The root of the object model is Hudson, and all the...



Share this page:
Follow us:
Task Runner