Class ConfigurationSaveableListener

java.lang.Object
hudson.model.listeners.SaveableListener
com.atlassian.jira.cloud.jenkins.listeners.ConfigurationSaveableListener
All Implemented Interfaces:
ExtensionPoint

@Extension public class ConfigurationSaveableListener extends SaveableListener
A SaveableListener implementation that listens for changes in saveable objects, specifically instances of com.atlassian.jira.cloud.jenkins.config.JiraCloudPluginConfig. When changes occur, this listener processes the plugin configuration data and sends it to the plugin API for further processing.
  • Constructor Details

    • ConfigurationSaveableListener

      public ConfigurationSaveableListener()
  • Method Details