Searched refs:outcomeName (Results 1 – 1 of 1) sorted by relevance
33 private final String outcomeName; field in Outcome38 public Outcome(String outcomeName, Result result, List<String> outputLines) { in Outcome() argument39 this.outcomeName = outcomeName; in Outcome()45 public Outcome(String outcomeName, Result result, String outputLine, Date date) { in Outcome() argument46 this.outcomeName = outcomeName; in Outcome()52 public Outcome(String outcomeName, Result result, String outputLine) { in Outcome() argument53 this.outcomeName = outcomeName; in Outcome()59 public Outcome(String outcomeName, Result result, Throwable throwable) { in Outcome() argument60 this.outcomeName = outcomeName; in Outcome()83 return outcomeName; in getName()[all …]