In Jenkins plugin development, what is a stapler (org.kohsuke.stapler.Stapler)?

I am trying to create a simple jenkins plugin that will run the task, but Project.doBuild () requires StaplerRequest and StaplerResponse.

What are Stapler (org.kohsuke.stapler.Stapler), StaplerRequest (org.kohsuke.stapler.StaplerRequest) and StaplerResponse (org.kohsuke.stapler.StaplerResponse)? What do they do and how do they work?

Thanks for any help.

+5
source share
1 answer

Check out http://stapler.kohsuke.org

- , "" URL-, -. Stapler - URL- , URL-.

+8

All Articles