public interface AttachmentConfigStore
| Modifier and Type | Method and Description |
|---|---|
AttachmentConfig |
getConfig()
Gets attachment related config for this Jira instance.
|
FileStoreAnalyticInfo |
getFileStoreAnalyticInfo()
Returns
FileStoreAnalyticInfo based on the currently configured file store |
default boolean |
isAttachmentsDownloadableAsZip()
Indicates whether the user can download attachments as ZIP files.
|
ErrorCollection |
setConfig(AttachmentConfig config)
Sets attachment related config for this Jira instance.
|
ErrorCollection |
validateConfig(AttachmentConfig config)
Validates attachment related config for this instance.
|
@Nonnull AttachmentConfig getConfig()
default boolean isAttachmentsDownloadableAsZip()
ErrorCollection setConfig(AttachmentConfig config)
config - the config to setErrorCollection validateConfig(AttachmentConfig config)
config - the config to validateAttachmentConfig@Nonnull FileStoreAnalyticInfo getFileStoreAnalyticInfo()
FileStoreAnalyticInfo based on the currently configured file storeCopyright © 2002-2024 Atlassian. All Rights Reserved.