In the "My" notifications tab you can set a BUILD_FIXED notification setting but this is not exposed anywhere else to my knowledge. Is there a method or groovy script that can retrieve this when a BUILD_FINISHED status occurs? It would be useful for our notification system using the QuickBuild Web Hook notifications type for posting messages to various places that the build has indeed been fixed.
BUILD_FIXED can be achieved with below condition in webhook setting:
build.successful && build.previous != null && !build.previous.successful