Interface | Description |
---|---|
AttachmentFileStoreProvider |
Provides the
FileStore.Path for storing attachments. |
FileStoreInformation.Entry |
An entry in the file store information that can be internationalized.
|
FileStoreProvider |
Provides a
FileStore 's base path. |
Class | Description |
---|---|
AttachmentFileStoreSwitcher |
This class is responsible for determining which
AttachmentFileStoreProvider should be loaded by Pico. |
AvatarFileStoreSwitcher |
This class is responsible for choosing an AvatarFileStoreProvider implementation based on configuration.
|
FileStoreAnalyticInfo |
Holds analytic info about FileStore.
|
FileStoreConfigurationStats |
Class to store stats related to file store configuration.
|
FileStoreConnectionCheck |
Checks that the given filestore is accessible and writeable
|
FileStoreConnectionFailure |
Result when checking the connection to the selected file store.
|
FileStoreInformation |
This class provides textual information about a file store to be presented to admins in the avatars and attachments
settings pages.
|
FileStoreInformation.Builder |
A builder for
FileStoreInformation instances. |
FileStoreInformation.Internationalized |
A view of the file store information that has been internationalized, this should not be constructed directly,
instead use
FileStoreInformation.getInternationalizedView(I18nHelper) . |
FileStoreLoadingError |
A class that provides information of when filestore-config.xml file has invalid contents
|
FileStoreSwitcher<T> |
An abstract class that provides a common implementation for reading S3 configuration from system properties
|
FileSystemAttachmentFileStoreProvider |
Attachment file store provider for when attachments are stored on the file system.
|
NoOpAttachmentFileStoreProvider |
An
AttachmentFileStoreProvider that is only used when Jira fails to create a valid file store provider for
attachments. |
NoOpFileStorePath |
A
FileStore.Path that does nothing. |
S3AttachmentFileStoreProvider |
Attachment file store provider for when attachments are stored in S3.
|
S3FileStoreProvider |
An abstract class that provides a common implementation for file store providers backed by S3.
|
Copyright © 2002-2023 Atlassian. All Rights Reserved.