In Jenkins plugin developement, what is the Stapler (org.kohsuke.stapler.Stapler)? In Jenkins plugin developement, what is the Stapler (org.kohsuke.stapler.Stapler)? jenkins jenkins

In Jenkins plugin developement, what is the Stapler (org.kohsuke.stapler.Stapler)?


Check out http://stapler.kohsuke.org

Stapler is a library that "staples" your application objects to URLs, making it easier to write web applications. The core idea of Stapler is to automatically assign URLs for your objects, creating an intuitive URL hierarchy.