> On 03.05.2016, at 08:25, icetree521 <
icetr...@gmail.com> 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.