Class BackupSummary
java.lang.Object
com.atlassian.crowd.manager.backup.BackupSummary
Summary of automated backup files.
- Since:
- v2.7
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the date of the most recent backup.Return the date of the oldest backup.int
Return the number of backups found.
-
Constructor Details
-
BackupSummary
-
-
Method Details
-
getNumBackups
public int getNumBackups()Return the number of backups found.- Returns:
- the number of backups found
-
getEarliestDate
Return the date of the most recent backup.- Returns:
- the date of the most recent backup, or
null
if there are no backups
-
getLatestDate
Return the date of the oldest backup.- Returns:
- the date of the oldest backup, or
null
if there are no backups
-