On Tue, Oct 29, 2013 at 4:44 PM, Kannan Manickam <[email protected]> wrote: > Are there some documents/code for making a new REST interface that I could > use as a reference?
https://wiki.jenkins-ci.org/display/JENKINS/Remote+access+API https://wiki.jenkins-ci.org/display/JENKINS/Exposing+data+to+the+remote+API https://wiki.jenkins-ci.org/display/JENKINS/Web+Method https://wiki.jenkins-ci.org/display/JENKINS/Figuring+out+URL+binding+of+Stapler http://stapler.kohsuke.org/reference.html should get you started. And of course look for code examples in mature and well-maintained components. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
