public final class StatisticsLogger extends Object
Modifier and Type | Method and Description |
---|---|
static StatisticsLogger |
getInstance()
The singleton instance.
|
void |
log(Run build,
List<FoundFailureCause> causes)
Logs a found indication asynchronously to the statistics database.
|
public static StatisticsLogger getInstance()
public void log(Run build, List<FoundFailureCause> causes)
build
- the build.causes
- the list of causes.Copyright © 2016–2021. All rights reserved.