Class ApplicationPropertyChangeEvent

java.lang.Object
com.atlassian.jira.event.AbstractEvent
com.atlassian.jira.event.config.ApplicationPropertyChangeEvent
All Implemented Interfaces:
JiraEvent

public class ApplicationPropertyChangeEvent extends AbstractEvent
Represents the consequence of an ApplicationProperty being set to a new value.
Since:
v4.4
  • Field Details

  • Constructor Details

    • ApplicationPropertyChangeEvent

      public ApplicationPropertyChangeEvent(Map params)
      Expects parameters to include: metadata: the instance of ApplicationPropertyMetadata that represents the property being changed oldValue: the string value before the change newValue: the string value after the change (this is not guaranteed to be different to oldValue by the publisher)
      Parameters:
      params - the params as described above.