I've met with one more difficulty. I've extended RunListener in my project to implement onDeleted() method. I've created an instance of my listener while starting build. When I press "Stop" button on UI, nothing happens, e.g. IDE debugger does not enter onDeleted() method. What have I missed? Is there are list of Listeners, where my one should be added to?
On Thursday, August 21, 2014 9:55:16 AM UTC+3, Dzmitry Kashlach wrote: > > Hi all, > > I'm developing plugin for performance testing. > How can I know if user has discarded build? > I need this to finish test in case of discarding. > Is there any class like "BuildDiscardListener"(or something like that) in > Jenkins API? > > Thanks in advance, > Dzmitry. > -- 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/d/optout.
