Searched refs:systraceUrl (Results 1 – 2 of 2) sorted by relevance
62 private String systraceUrl; field in TestCaseRunEntity95 this.systraceUrl = null; in TestCaseRunEntity()107 this.systraceUrl = null; in TestCaseRunEntity()123 this.systraceUrl = url; in setSystraceUrl()131 return this.systraceUrl; in getSystraceUrl()188 if (systraceUrl != null) { in toEntity()189 testCaseRunEntity.setUnindexedProperty(SYSTRACE_URL, this.systraceUrl); in toEntity()223 String systraceUrl = (String) e.getProperty(SYSTRACE_URL); in fromEntity() local224 testCaseRun.setSystraceUrl(systraceUrl); in fromEntity()
315 String systraceUrl = null; in processReport() local321 systraceUrl = validatedLink.url; in processReport()334 if (systraceUrl != null) { in processReport()338 + systraceUrl in processReport()