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.
Articles Related
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.