Re: TransientProjectActionFactory and installation without restart

2015-09-09 Thread vojta . janota
Finally I managed to try the TransientActionFactory approach and it works indeed. Thank you once more. On Friday, August 28, 2015 at 5:53:14 PM UTC+2, Jesse Glick wrote: > > On Fri, Aug 28, 2015 at 9:49 AM, > > wrote: > > My Jenkins plugin implements an TransientProjectActionFactory in ord

Re: TransientProjectActionFactory and installation without restart

2015-08-28 Thread vojta . janota
Thanks for the tip. There should be no measurable overhead imposed by the action creation. I'll give this a try and report back later... On Friday, August 28, 2015 at 5:53:14 PM UTC+2, Jesse Glick wrote: > > On Fri, Aug 28, 2015 at 9:49 AM, > > wrote: > > My Jenkins plugin implements an Transi

Re: TransientProjectActionFactory and installation without restart

2015-08-28 Thread Jesse Glick
On Fri, Aug 28, 2015 at 9:49 AM, wrote: > My Jenkins plugin implements an TransientProjectActionFactory in order to > provide project-level action. Unfortunately the action doesn't appear until > the Jenkins is restarted. Probably the factory is getting used for newly created and newly modified

TransientProjectActionFactory and installation without restart

2015-08-28 Thread vojta . janota
Hi, My Jenkins plugin implements an TransientProjectActionFactory in order to provide project-level action. Unfortunately the action doesn't appear until the Jenkins is restarted. My two questions are: 1. Is there a mechanism that will allow me to see the action without requiring the restart?