Class EmptyJqlSettingToggleEvent

java.lang.Object
com.atlassian.jira.event.AbstractEvent
com.atlassian.jira.web.action.admin.EmptyJqlSettingToggleEvent
All Implemented Interfaces:
JiraEvent

public class EmptyJqlSettingToggleEvent extends AbstractEvent
Event thrown after specific application property has been changed. The fact, that this class exists does not mean that such event will be published for all properties.
  • Constructor Details

    • EmptyJqlSettingToggleEvent

      public EmptyJqlSettingToggleEvent(boolean emptyJqlReturnsNoData)
  • Method Details

    • getEmptyJqlReturnsNoData

      public boolean getEmptyJqlReturnsNoData()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class AbstractEvent
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class AbstractEvent