Searched refs:oldTestRuns (Results 1 – 1 of 1) sorted by relevance
94 @Ignore private List<Key> oldTestRuns; field in TestPlanRunEntity136 this.oldTestRuns = testRuns; in TestPlanRunEntity()198 if (this.oldTestRuns != null && this.oldTestRuns.size() > 0) { in toEntity()199 planRun.setUnindexedProperty(TEST_RUNS, this.oldTestRuns); in toEntity()280 List<Key> oldTestRuns = (List<Key>) e.getProperty(TEST_RUNS); in fromEntity() local292 oldTestRuns); in fromEntity()