public class ResultLog extends Object implements Iterable<ResultLog.Entry>
Modifier and Type | Class and Description |
---|---|
static class |
ResultLog.Entry
An entry in this log
|
Constructor and Description |
---|
ResultLog()
Build a log.
|
ResultLog(ResultLog log)
Create a copy of the result log
|
Modifier and Type | Method and Description |
---|---|
ResultLog |
add(ResultLog.Entry e)
Add an entry to this log.
|
Result.Status |
getAggregateStatus()
Return our aggregate status, i.e.
|
Iterator<ResultLog.Entry> |
iterator()
Return an Iterator on our entries
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public ResultLog()
public ResultLog(ResultLog log)
public ResultLog add(ResultLog.Entry e)
public Iterator<ResultLog.Entry> iterator()
iterator
in interface Iterable<ResultLog.Entry>
public Result.Status getAggregateStatus()
Copyright © 2017 The Apache Software Foundation. All rights reserved.