Package com.atlassian.jira.event
Class ReplicationSettingsConfiguredEvent
java.lang.Object
com.atlassian.jira.event.AbstractEvent
com.atlassian.jira.event.ReplicationSettingsConfiguredEvent
- All Implemented Interfaces:
JiraEvent
Published when an attachment stores configuration is changed
-
Field Summary
Fields inherited from class com.atlassian.jira.event.AbstractEvent
params, time -
Constructor Summary
ConstructorsConstructorDescriptionReplicationSettingsConfiguredEvent(boolean attachments, boolean plugins, boolean avatars, boolean indexSnaphots) Event to publish when changing the replication settings. -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanMethods inherited from class com.atlassian.jira.event.AbstractEvent
equals, getParams, getTime, hashCode
-
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()
-