Class ReplicationSettingsConfiguredEvent

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

@ExperimentalApi public final class ReplicationSettingsConfiguredEvent extends AbstractEvent
Published when an attachment stores configuration is changed
  • Constructor Details

    • ReplicationSettingsConfiguredEvent

      public ReplicationSettingsConfiguredEvent(boolean attachments, boolean plugins, boolean avatars, boolean indexSnaphots)
      Event to publish when changing the replication settings.
      Parameters:
      attachments - True if attachments will be replicated to secondary storage.
      plugins - True if installed plugins will be replicated to secondary storage.
      avatars - True if avatars will be replicated to secondary storage.
      indexSnaphots - True if indexSnapshots will be replicated to secondary storage.
  • Method Details

    • isAttachments

      public boolean isAttachments()
    • isPlugins

      public boolean isPlugins()
    • isAvatars

      public boolean isAvatars()
    • isIndexSnaphots

      public boolean isIndexSnaphots()