Interface ServerBackupProgress

All Superinterfaces:
ActionProgress, Serializable

public interface ServerBackupProgress extends ActionProgress
Progress action for the server backup progress.
Since:
4.2.6
  • Method Details

    • getExportedBytes

      long getExportedBytes()
      Returns the number of bytes exported.
      Returns:
      the number of bytes exported.
      Since:
      4.2.6
    • getExportedFiles

      long getExportedFiles()
      Returns the number of exported files.
      Returns:
      the number of exported files.
      Since:
      4.2.6
    • getException

      Exception getException()
      Return an exception, if one occured.
      Returns:
      the exception.
      Since:
      4.2.6
    • getServerBackupFile

      ServerBackupFile getServerBackupFile()
      Return the created server backup file.
      Returns:
      the created server backup file.
      Since:
      4.2.6