On Tue, Sep 17, 2013 at 5:14 AM, kioncopxki <[email protected]> wrote: > I'm trying to add a publisher (post build step) and remove it on finallized > event by code. > It contains logic functions only and no need UI parts. > It's is system build step and I don't want user see it in UI when user > viewing the configuration page of the job.
Then it is not a Publisher you want, since these are Describable (user-configured). A RunListener perhaps, or something else registered as an extension point. -- 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.
