улучшение описания пакетов
This commit is contained in:
@@ -46,6 +46,10 @@ public class SapforTestingPlanner extends TestingPlanner<SapforPackage> {
|
||||
repo_err = new File(repoSapforHome, Constants.err_file);
|
||||
}
|
||||
@Override
|
||||
public String packageDescription() {
|
||||
return "SAPFOR";
|
||||
}
|
||||
@Override
|
||||
protected ServerCode getActivePackagesCode() {
|
||||
return ServerCode.GetFirstActiveSapforPackages;
|
||||
}
|
||||
@@ -146,8 +150,8 @@ public class SapforTestingPlanner extends TestingPlanner<SapforPackage> {
|
||||
protected void AnalyseResults() throws Exception {
|
||||
//не требуется.
|
||||
testingPackage.progress = 100;
|
||||
testingPackage.readJson();
|
||||
UpdatePackageState(testingPackage.package_json.getState());
|
||||
testingPackage.checkFinishState();
|
||||
UpdatePackageState();
|
||||
}
|
||||
@Override
|
||||
protected void Kill() throws Exception {
|
||||
@@ -181,9 +185,6 @@ public class SapforTestingPlanner extends TestingPlanner<SapforPackage> {
|
||||
void UpdateSapforState(ServerSapforState state_in) throws Exception {
|
||||
sapfor.state = state_in;
|
||||
ServerCommand(ServerCode.EditObject, sapfor);
|
||||
if (!sapfor.state.isActive()){
|
||||
|
||||
}
|
||||
}
|
||||
void SyncronizeRepository() throws Exception {
|
||||
UpdateSapforState(ServerSapforState.DVMRepositorySynchronization);
|
||||
|
||||
Reference in New Issue
Block a user