no message

This commit is contained in:
2023-11-08 02:05:21 +03:00
parent 895da62639
commit 22fd6bb458
8 changed files with 115 additions and 17 deletions

View File

@@ -52,7 +52,11 @@ public class SapforTask extends DBObject {
public Vector<SapforVersion_json> variants = new Vector<>();
//----------
@Description("IGNORE")
public MatchState match = MatchState.Match;
public MatchState match = MatchState.Unknown;
//-----------
public String getUniqueKey(){
return sapfor_configuration_id+"_"+group_description+"_"+test_description;
}
//-----------
public SapforTask() {
}