Class AttachmentStorageInfo
java.lang.Object
com.atlassian.confluence.status.service.systeminfo.AttachmentStorageInfo
Holding information about the attachment storage.
- Since:
- 8.1
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAttachmentStorageInfo
(AttachmentStorageType attachmentStorageType) Deprecated, for removal: This API element is subject to removal in a future version.since 8.5.7AttachmentStorageInfo
(AttachmentStorageType attachmentStorageType, AttachmentStorageVersion attachmentStorageVersion) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
SYSTEM_PROPERTY_STORAGE_TYPE
- See Also:
-
-
Constructor Details
-
AttachmentStorageInfo
@Deprecated(forRemoval=true) public AttachmentStorageInfo(AttachmentStorageType attachmentStorageType) Deprecated, for removal: This API element is subject to removal in a future version.since 8.5.7 -
AttachmentStorageInfo
public AttachmentStorageInfo(AttachmentStorageType attachmentStorageType, AttachmentStorageVersion attachmentStorageVersion)
-
-
Method Details
-
getStorageType
- Returns:
- the attachment storage type for the Confluence environment
-
getStorageVersion
-