|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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.

You cannot add directly to the actions list. Rather you have to use TransientProjectActionFactory. Unfortunately there is no API for refreshing the list; you have to save it.
TransientActionFactory would be more general (work with any Job), and no trigger is needed to regenerate it (the createFor method is just expected to be fast).