> On 03.05.2016, at 08:25, icetree521 <[email protected]> wrote: > > Usually We will extend the hudson.tasks.Notifier or hudson.tasks.Publisher, > but both of them will add a visible step(I mean UI part) into the Post-build > action section, is there any extension point that only do the job on > background after each build but without any visible UI ?
Depending on what exactly you want to do, BuildListener, RunListener, or BuildStepListener come to mind. -- 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/AC072805-CD55-4D4A-A849-A1EC8FA9EF3C%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
