no message

This commit is contained in:
2025-02-18 23:45:24 +03:00
parent 073bbfd544
commit 5046d84b86
21 changed files with 218 additions and 63 deletions

View File

@@ -30,6 +30,7 @@ public enum ServerCode {
//--
ReceiveBugReportsDatabase,
ReceiveTestsDatabase,
ReceiveCredentialsDatabase,
UpdateComponent,
ReceiveComponent,
ReceiveBugReport,
@@ -63,10 +64,11 @@ public enum ServerCode {
ReplaceDVMPackageResults,
DetectTestsMinMaxDim,
GetUserAccountByKey,
GetUserAccountByEmail,
;
GetUserAccountByEmail;
public String getDescription(){
switch (this){
case ReceiveCredentialsDatabase:
return "Скачивание базы учётных записей с сервера";
case GetUserAccountByEmail:
return "Получение информации об аккаунте по адресу почты";
case GetUserAccountByKey: