Table of Contents

Jenkins - URL (Stapler)

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