@AsynchronousPreferred public class LowDiskSpaceAnalyticsEvent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LowDiskSpaceAnalyticsEvent.DiskType |
Constructor and Description |
---|
LowDiskSpaceAnalyticsEvent(LowDiskSpaceAnalyticsEvent.DiskType folderType,
Long freeDiskSpaceInMb,
Long totalDiskSizeInMb,
Long minDiskSizeThresholdInMb) |
Modifier and Type | Method and Description |
---|---|
String |
getFolderType() |
Long |
getFreeDiskSpaceInMb() |
Long |
getMinDiskSizeThresholdInMb() |
Long |
getTotalDiskSizeInMb() |
public LowDiskSpaceAnalyticsEvent(LowDiskSpaceAnalyticsEvent.DiskType folderType, Long freeDiskSpaceInMb, Long totalDiskSizeInMb, Long minDiskSizeThresholdInMb)
Copyright © 2003–2020 Atlassian. All rights reserved.