why so you take such an approach where there is a step to step guide or a sample plugin Netbeans IDE to help you . You need to look at https://wiki.jenkins-ci.org/display/JENKINS/Plugin+tutorial which has enough pointers to get you started
On Tue, Oct 1, 2013 at 4:37 PM, Mikael Arvids <[email protected]> wrote: > Hello, > > > > I’m currently developing a new plugin and need some hints. > > > > The interface of the plugin is similar to the slave node functionality in > Jenkins. There is a link from the Manage Jenkins page to the plugin page > which lists a number of items owned by the plugin. New items can be added > using a link in the sidebar. My plugin class extends Plugin and I also have > a class that extends ManagementLink that handles the management page. I’ve > also created a class for the items, but I’m not sure how to implement a > configuration page for them and how to bind it to the URL > http://<jenkinsroot>/<my_plugin>/item/<item_name>. > > > > Could anyone give me some hints on how to do this, or recommend a plugin > that does something similar? > > > > Best regards, > > Mikael Arvids > > -- > 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. -- 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.
