Uses of Class
com.atlassian.confluence.internal.diagnostics.LowDiskSpaceAnalyticsEvent.DiskType
-
Packages that use LowDiskSpaceAnalyticsEvent.DiskType Package Description com.atlassian.confluence.internal.diagnostics -
-
Uses of LowDiskSpaceAnalyticsEvent.DiskType in com.atlassian.confluence.internal.diagnostics
Methods in com.atlassian.confluence.internal.diagnostics that return LowDiskSpaceAnalyticsEvent.DiskType Modifier and Type Method Description static LowDiskSpaceAnalyticsEvent.DiskTypeLowDiskSpaceAnalyticsEvent.DiskType. valueOf(String name)Returns the enum constant of this type with the specified name.static LowDiskSpaceAnalyticsEvent.DiskType[]LowDiskSpaceAnalyticsEvent.DiskType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.confluence.internal.diagnostics with parameters of type LowDiskSpaceAnalyticsEvent.DiskType Constructor Description LowDiskSpaceAnalyticsEvent(LowDiskSpaceAnalyticsEvent.DiskType folderType, Long freeDiskSpaceInMb, Long totalDiskSizeInMb, Long minDiskSizeThresholdInMb)
-