Greg Allen
unread,Mar 24, 2015, 9:39:29 AM3/24/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkin...@googlegroups.com
I have a plugin that implements a post build action by extending
Notifier. It works fine.
I now want to add another post build action to the same plugin, again
extending Notifier.
I create the new class that extends Notifier and set up everything the
same. In fact, I copied the code from the working post build action and
changed the appropriate names, so I'm pretty sure I've done things
right. However, my second post build action does not appear in the list
on the configuration page (but my first still does). There is nothing
in any log I can find to indicate a problem. It just doesn't show up.
Can somebody offer me some suggestions on tracking down what is wrong? I
feel like I am missing something simple here....
Thanks,
-- Greg