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 ProgressStatus
BackupProcess. getProgressStatus()
Returns the progress status of the process.ProgressStatus
MaintenanceProcess. getProgressStatus()
Deprecated.Returns the progress status of the process.ProgressStatus
RestoreProcessor. getProgressStatus()
ProgressStatus
BackupBriefProcessInfo. getStatus()
The process status.ProgressStatus
BackupFileProcessInfo. getStatus()
ProgressStatus
BackupProcessInfo. getStatus()
The process status.static ProgressStatus
ProgressStatus. 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.
-