Searched refs:previousOutcomes (Results 1 – 1 of 1) sorted by relevance
41 private final SortedMap<Long, Outcome> previousOutcomes; field in AnnotatedOutcome48 SortedMap<Long, Outcome> previousOutcomes, String tagName, Outcome tagOutcome, in AnnotatedOutcome() argument50 if (previousOutcomes == null) { in AnnotatedOutcome()55 this.previousOutcomes = previousOutcomes; in AnnotatedOutcome()75 for (Outcome previousOutcome : previousOutcomes.values()) { in getPreviousResultValues()117 return new ArrayList<Outcome>(previousOutcomes.values()); in getOutcomeList()144 List<Long> runTimes = Lists.newArrayList(previousOutcomes.keySet()); in lastRun()