public interface EventStorage
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the storage system.
|
ClosableIterable<EventData> |
getAllEvents(java.lang.String testrunId)
Delivers all Events of a testrun as an Iterable.
|
ClosableIterable<EventData> |
getAllStartAndFinishEvents()
Delivers all Events which are a start or the end of a test as an
Iterable.
|
void |
insert(EventData eventData)
Insert the event-data.
|
void |
open()
Open the storage system.
|
void |
write()
Writes the collected data.
|
void open()
void insert(EventData eventData)
eventData - the eventdata.void write()
void close()
ClosableIterable<EventData> getAllEvents(java.lang.String testrunId)
testrunId - the id of the testrun.EventData.ClosableIterable<EventData> getAllStartAndFinishEvents()
EventData.Copyright © 2017 PPI AG. All rights reserved.