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 String
SYSTEM_PROPERTY_STORAGE_TYPE
-
Constructor Summary
Constructors Constructor Description AttachmentStorageInfo(AttachmentStorageType attachmentStorageType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachmentStorageType
getStorageType()
-
-
-
Field Detail
-
SYSTEM_PROPERTY_STORAGE_TYPE
public static final String SYSTEM_PROPERTY_STORAGE_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AttachmentStorageInfo
public AttachmentStorageInfo(AttachmentStorageType attachmentStorageType)
-
-
Method Detail
-
getStorageType
public AttachmentStorageType getStorageType()
- Returns:
- the attachment storage type for the Confluence environment
-
-