public class BackupSummary extends Object
| Constructor and Description |
|---|
BackupSummary(int numBackups,
Date earliestDate,
Date latestDate) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getEarliestDate()
Return the date of the most recent backup.
|
Date |
getLatestDate()
Return the date of the oldest backup.
|
int |
getNumBackups()
Return the number of backups found.
|
public int getNumBackups()
@Nullable public Date getEarliestDate()
null if there are no backupsCopyright © 2024 Atlassian. All rights reserved.