Class SaveableListenerImpl

java.lang.Object
hudson.model.listeners.SaveableListener
hudson.plugins.gearman.SaveableListenerImpl
All Implemented Interfaces:
ExtensionPoint

@Extension public class SaveableListenerImpl extends SaveableListener
Using the SaveableListener is required as a work around because the itemListener.onUpdate event does not fire on changes to project updates using the Jenkins REST API Bug: https://issues.jenkins-ci.org/browse/JENKINS-25175
  • Constructor Details

    • SaveableListenerImpl

      public SaveableListenerImpl()
  • Method Details