|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BenchmarkResultRepository
The TestResultRepository is responsible for storing and retrieving BenchmarkResult.
| Method Summary | |
|---|---|
BenchmarkResult |
load(Date date,
String benchmarkName)
Loads all the testresults for a specific benchmark executed on a specific date. |
BenchmarkResult |
loadLast(Date date,
String benchmarkName)
|
BenchmarkResult |
loadLast(String benchmark)
|
void |
store(BenchmarkResult result)
Stores the BenchmarkResult in the repository. |
| Method Detail |
|---|
BenchmarkResult load(Date date,
String benchmarkName)
date - the data the benchmark was executedbenchmarkName - the name of the benchmark.
NullPointerException - if date or benchmarkname is null.
BenchmarkResult loadLast(Date date,
String benchmarkName)
BenchmarkResult loadLast(String benchmark)
void store(BenchmarkResult result)
result - the TestResult to store.
NullPointerException - if result is null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||