@Immutable public class

EditAttachmentSettingsEvent

extends Object
java.lang.Object
   ↳ com.atlassian.jira.web.action.admin.EditAttachmentSettingsEvent

Class Overview

Event being thrown when attachment settings edit attempt was made. It does not necessarily means that some settings has changed.

Summary

Public Constructors
EditAttachmentSettingsEvent(String primaryStoreType, String secondaryStoreType, AttachmentPathManager.Mode attachmentMode)
Public Methods
AttachmentPathManager.Mode getAttachmentMode()
String getPrimaryStoreType()
String getSecondaryStoreType()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public EditAttachmentSettingsEvent (String primaryStoreType, String secondaryStoreType, AttachmentPathManager.Mode attachmentMode)

Public Methods

public AttachmentPathManager.Mode getAttachmentMode ()

public String getPrimaryStoreType ()

public String getSecondaryStoreType ()