no message
This commit is contained in:
@@ -2,6 +2,7 @@ package SapforTestingSystem.SapforTasksPackage;
|
||||
import Common.Constants;
|
||||
import Common.Database.DBObject;
|
||||
import Common.Database.nDBObject;
|
||||
import SapforTestingSystem.Json.SapforTasksResults_json;
|
||||
import TestingSystem.TasksPackage.TasksPackageState;
|
||||
import com.sun.org.glassfish.gmbal.Description;
|
||||
|
||||
@@ -33,14 +34,6 @@ public class SapforTasksPackage extends nDBObject {
|
||||
public String configurationsIds = "";
|
||||
@Description("DEFAULT ''")
|
||||
public String summary = "";
|
||||
// допустимые состояния
|
||||
//Queued
|
||||
//PackageStart
|
||||
//RunningExecution
|
||||
//Done
|
||||
//Aborted
|
||||
@Description("IGNORE")
|
||||
public DefaultMutableTreeNode root = null;
|
||||
@Override
|
||||
public void SynchronizeFields(DBObject src) {
|
||||
super.SynchronizeFields(src);
|
||||
@@ -58,4 +51,13 @@ public class SapforTasksPackage extends nDBObject {
|
||||
state = p.state;
|
||||
needsEmail = p.needsEmail;
|
||||
}
|
||||
//---
|
||||
@Description("IGNORE")
|
||||
public DefaultMutableTreeNode root = null;
|
||||
@Description("IGNORE")
|
||||
public DefaultMutableTreeNode comparison_root = null;
|
||||
//---
|
||||
@Description("IGNORE")
|
||||
public SapforTasksResults_json results = null;
|
||||
//---
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user