@PublicApi
public interface AttachmentConfigManager
| Modifier and Type | Method and Description |
|---|---|
long |
getMaxAttachmentSize()
Gets the maximum upload size for attachments.
|
File |
getTemporaryAttachmentDirectory()
Returns the directory for temporary attachments.
|
boolean |
isAttachmentsDownloadableAsZip()
Indicates whether attachments can be downloaded as ZIP files.
|
boolean |
isAttachmentsEnabled()
Indicates whether attachments are enabled.
|
boolean |
isThumbnailsEnabled()
Indicates whether attachment thumbnails should be shown.
|
boolean isAttachmentsEnabled()
boolean isThumbnailsEnabled()
long getMaxAttachmentSize()
boolean isAttachmentsDownloadableAsZip()
File getTemporaryAttachmentDirectory()
Copyright © 2002-2023 Atlassian. All Rights Reserved.