Interface CleanupHistory

    • Method Detail

      • getCleanupHistory

        @NotNull
        List<CleanupHistoryRecord> getCleanupHistory()
        The entire cleanup history.
        Returns:
        collection of cleanup history records
      • getLastCleanupResult

        @Nullable
        CleanupHistoryRecord getLastCleanupResult()
        The last recorded cleanup result.
        Returns:
        last cleanup result in history if there is one, null otherwise
      • getPreviousCleanupResult

        @Nullable
        CleanupHistoryRecord getPreviousCleanupResult()
        The second recorded cleanup result.
        Returns:
        previous cleanup result in history if there is one, null otherwise
      • getLastFinishedCleanupResult

        @Nullable
        CleanupHistoryRecord getLastFinishedCleanupResult()
        The last finished recorded cleanup result, i.e. the most recent record with 'finished time'.