Searched refs:LOG_LINKS (Results 1 – 1 of 1) sorted by relevance
135 public static final String LOG_LINKS = "logLinks"; field in TestRunEntity242 testRunEntity.setUnindexedProperty(LOG_LINKS, this.logLinks); in toEntity()375 if (e.hasProperty(LOG_LINKS)) { in fromEntity()376 links = (List<String>) e.getProperty(LOG_LINKS); in fromEntity()492 json.add(this.LOG_LINKS, new Gson().toJsonTree(links)); in toJson()