public class

StreamAttachmentStoreProviderImpl

extends Object
implements StreamAttachmentStoreProvider
java.lang.Object
   ↳ com.atlassian.jira.issue.attachment.store.provider.StreamAttachmentStoreProviderImpl

Class Overview

Provides instances of StreamAttachmentStore configured for OD environments.

Summary

Public Constructors
StreamAttachmentStoreProviderImpl(BlobStoreAttachmentStoreModeProvider blobStoreAttachmentStoreModeProvider, FileSystemAttachmentStore fileSystemAttachmentStore, RemoteAttachmentStore remoteAttachmentStore, MoveTemporaryStrategiesFactory moveTemporaryStrategiesFactory, AttachmentGetStrategiesFactory attachmentGetStrategiesFactory, StoreOperationStrategyFactory storeOperationStrategyFactory)
Public Methods
Option<FileSystemAttachmentStore> getFileSystemStore()
StreamAttachmentStore getStreamAttachmentStore()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.issue.attachment.store.provider.StreamAttachmentStoreProvider

Public Constructors

public StreamAttachmentStoreProviderImpl (BlobStoreAttachmentStoreModeProvider blobStoreAttachmentStoreModeProvider, FileSystemAttachmentStore fileSystemAttachmentStore, RemoteAttachmentStore remoteAttachmentStore, MoveTemporaryStrategiesFactory moveTemporaryStrategiesFactory, AttachmentGetStrategiesFactory attachmentGetStrategiesFactory, StoreOperationStrategyFactory storeOperationStrategyFactory)

Public Methods

public Option<FileSystemAttachmentStore> getFileSystemStore ()

public StreamAttachmentStore getStreamAttachmentStore ()