public class

BlobStoreAttachmentStoreModeProvider

extends Object
java.lang.Object
   ↳ com.atlassian.jira.issue.attachment.store.provider.BlobStoreAttachmentStoreModeProvider

Class Overview

Reads BlobStore specific feature flags that set in which mode will the BackwardCompatibleStoreAdapterProvider operate.

Summary

Nested Classes
enum BlobStoreAttachmentStoreModeProvider.Mode  
Constants
String INITIAL_MODE_SYSPROP
Public Constructors
BlobStoreAttachmentStoreModeProvider(FeatureManager featureManager, JiraProperties jiraProperties)
Public Methods
@Nonnull BlobStoreAttachmentStoreModeProvider.Mode mode()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String INITIAL_MODE_SYSPROP

Constant Value: "com.atlassian.jira.DualAttachmentStore.initialMode"

Public Constructors

public BlobStoreAttachmentStoreModeProvider (FeatureManager featureManager, JiraProperties jiraProperties)

Public Methods