Searched refs:SYSTRACE_URL (Results 1 – 1 of 1) sorted by relevance
46 public static final String SYSTRACE_URL = "systraceUrl"; field in TestCaseRunEntity189 testCaseRunEntity.setUnindexedProperty(SYSTRACE_URL, this.systraceUrl); in toEntity()222 if (e.hasProperty(SYSTRACE_URL)) { in fromEntity()223 String systraceUrl = (String) e.getProperty(SYSTRACE_URL); in fromEntity()