I'm using RunListener to try to do an action on a deleted build.
The goal for me is to do an action after the build is deleted and the method onDeleted() don't provide it (the build is not yet destroyed) so I don't know how to do.
I tried to use
fireDeleted() but I don't understand how to use it (it didn't do a thing when I tried).
Jim,