I meet a question when writing a jenkins plugin. I want to use TransientBuildActionFactory to add my plugin action to the job's build, but I can't find any demo code to use this class. Could anyone show me a example for how to use it?
I learn TransientBuildActionFactory infomation from this : jenkins wiki about it
More recently, we are introducing a series of Transient***ActionFactory, such as TransientViewActionFactory, so that transient actions can be contributed without implementing another stateful extension point like Builder. We hope to add such extension points for more host types.
Thanks