убрал возможность задавать тип машины как кластера

This commit is contained in:
2025-02-10 16:14:48 +03:00
parent bc750f8db0
commit 7eecdf8f4d
8 changed files with 41 additions and 15 deletions

View File

@@ -90,8 +90,8 @@ public enum ServerCode {
StartNecessaryMachines,
GetSapforForCompilation,
GetMaxSapforVersion,
PerformAutoSapforTesting;
PerformAutoSapforTesting,
TestCode;
public String getDescription(){
switch (this){
case GetComponentsVersionsInfo: