Class AttachmentStorageInfo
- java.lang.Object
-
- com.atlassian.confluence.status.service.systeminfo.AttachmentStorageInfo
-
public class AttachmentStorageInfo extends Object
Holding information about the attachment storage.- Since:
- 8.1
-
-
Field Summary
Fields Modifier and Type Field Description static StringSYSTEM_PROPERTY_STORAGE_TYPE
-
Constructor Summary
Constructors Constructor Description AttachmentStorageInfo(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachmentStorageTypegetStorageType()AttachmentStorageVersiongetStorageVersion()
-
-
-
Field Detail
-
SYSTEM_PROPERTY_STORAGE_TYPE
public static final String SYSTEM_PROPERTY_STORAGE_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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 Detail
-
getStorageType
public AttachmentStorageType getStorageType()
- Returns:
- the attachment storage type for the Confluence environment
-
getStorageVersion
public AttachmentStorageVersion getStorageVersion()
-
-