Uses of Class
jetbrains.buildServer.serverSide.maintenance.ProgressStatus
-
Packages that use ProgressStatus Package Description jetbrains.buildServer.serverSide.maintenance -
-
Uses of ProgressStatus in jetbrains.buildServer.serverSide.maintenance
Methods in jetbrains.buildServer.serverSide.maintenance that return ProgressStatus Modifier and Type Method Description ProgressStatusBackupProcess. getProgressStatus()Returns the progress status of the process.ProgressStatusMaintenanceProcess. getProgressStatus()Deprecated.Returns the progress status of the process.ProgressStatusRestoreProcessor. getProgressStatus()ProgressStatusBackupBriefProcessInfo. getStatus()The process status.ProgressStatusBackupFileProcessInfo. getStatus()ProgressStatusBackupProcessInfo. getStatus()The process status.static ProgressStatusProgressStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ProgressStatus[]ProgressStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jetbrains.buildServer.serverSide.maintenance with parameters of type ProgressStatus Constructor Description BackupBriefProcessInfo(int id, String fileName, Long fileSize, ProgressStatus status, Date startTimestamp, Date finishTimestamp)Trivial constructor.
-