|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReportService
Service interface providing methods to access results and export it to a given format.
| Field Summary | |
|---|---|
static String |
CRITERIA_SUCCESS
Record field indicating successful event completion. |
| Method Summary | |
|---|---|
void |
export(String fileName,
int skip,
int limit)
Exports results in a csv format to a file. |
List<String> |
getEventNames()
Retrieves distinct collection of event names from the result collection in MongoDB. |
List<RecordedEvent> |
getResults(int skip,
int limit)
Retrieves results of a test run from MongoDB. |
| Field Detail |
|---|
static final String CRITERIA_SUCCESS
| Method Detail |
|---|
List<RecordedEvent> getResults(int skip,
int limit)
skip - the number of results to skip (for paging)limit - the number of results to retrieve
void export(String fileName,
int skip,
int limit)
file - file name path to writeskip - the number of results to skip (for paging)limit - the number of results to retrieveList<String> getEventNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||