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<http://%3cjenkinsroot%3e/%3cmy_plugin%3e/item/%3citem_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.
