Home | History | Annotate | Download | only in tasks

Lines Matching refs:outcome

23 import vogar.Outcome;
77 * outcome that wasn't completed.
112 run.driver.addEarlyResult(new Outcome(earlyResultOutcome, Result.ERROR,
124 run.driver.addEarlyResult(new Outcome(actionName, Result.ERROR, e));
136 * @param skipPast the last outcome to skip, or null to run all outcomes.
210 run.console.outcome(outcomeName);
214 @Override public void finish(Outcome outcome) {
219 lastFinishedOutcome = toQualifiedOutcomeName(outcome.getName());
221 run.driver.recordOutcome(new Outcome(lastFinishedOutcome, outcome.getResult(),
222 outcome.getOutputLines()));
227 * outcome names like "Clear" rather than "com.foo.Bar.Clear". In that
228 * case, just replace the outcome name with the action name.