пауза тестирования. перенос фильтров влево. v++
This commit is contained in:
@@ -352,11 +352,18 @@ public enum PassCode implements PassCode_ {
|
||||
DeleteDVMSettings,
|
||||
CloneDVMSettings,
|
||||
CloneSapforSettings,
|
||||
SetSapforConfigurationEthalon;
|
||||
SetSapforConfigurationEthalon,
|
||||
PauseDVMPackage,
|
||||
ResumeDVMPackage,
|
||||
;
|
||||
//--
|
||||
@Override
|
||||
public String getDescription() {
|
||||
switch (this) {
|
||||
case ResumeDVMPackage:
|
||||
return "Возобновить выполнение пакета тестировани DVM";
|
||||
case PauseDVMPackage:
|
||||
return "Поставить пакет тестирования DVM на паузу";
|
||||
case SetDefaultSapforProfile:
|
||||
return "Установить профиль SAPFOR по умолчанию";
|
||||
case UpdateSapforProperty:
|
||||
|
||||
Reference in New Issue
Block a user