Uses of Class
com.atlassian.confluence.it.admin.AttachmentStorageConfiguration.StorageMethod
-
Packages that use AttachmentStorageConfiguration.StorageMethod Package Description com.atlassian.confluence.it.admin -
-
Uses of AttachmentStorageConfiguration.StorageMethod in com.atlassian.confluence.it.admin
Methods in com.atlassian.confluence.it.admin that return AttachmentStorageConfiguration.StorageMethod Modifier and Type Method Description AttachmentStorageConfiguration.StorageMethod
AttachmentStorageConfiguration. getCurrentStorageType()
Deprecated.This can only be called from the edit screen.static AttachmentStorageConfiguration.StorageMethod
AttachmentStorageConfiguration.StorageMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static AttachmentStorageConfiguration.StorageMethod[]
AttachmentStorageConfiguration.StorageMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-