The view is in src/main/resources/com/cloudbees/jenkins/support/SupportAction/index.jelly
Thus it is in the class src/main/java/com/cloudbees/jenkins/support/SupportAction.java#L109 And especially in the method doDownload You may find more details about Jelly and Stapler in our Wiki I think that the team can give you more pointers On Wed, Mar 30, 2016 at 11:32 PM, Minudika Malshan <[email protected]> wrote: > Hi, > > I am trying to implement the feature requested in above subjected ticket. > Since I am new to using jelly, the back end code is confusing me a bit. > In the source of support core plugin, I found index.html [1] file which > contains the implementation of the UI for bundle generating interface. > In the form of it, the action is called as "download". (line 40) > <f:form name="bundle-contents" method="POST" action="download"> > > Could you please let me know the location of the implementation, where > "download" directs the submitted data. I am familiar with servlet > implementations. I hope there's something similar in here. > > [1] > https://github.com/minudika/support-core-plugin/blob/51c3bf709fc54763db7e51b26c50ee5e846f64b8/src/main/resources/com/cloudbees/jenkins/support/SupportAction/index.jelly > > And also any advice related to this implementation is much appreciated. > > Thanks and regards. > Minudika > > -- > *Minudika Malshan* > Undergraduate > Department of Computer Science and Engineering > University of Moratuwa > Sri Lanka. > <https://lk.linkedin.com/pub/minudika-malshan/100/656/a80> > > > -- ----- Arnaud Héritier http://aheritier.net Mail/GTalk: aheritier AT gmail DOT com Twitter/Skype : aheritier -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAFNCU-81%2BUSBePH4XYxGBzKLv5VFCYF9soJOKr%2BAD-Ne7PBJOA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
