Class StatisticsLogger
java.lang.Object
com.sonyericsson.jenkins.plugins.bfa.statistics.StatisticsLogger
Main singleton entrance for logging statistics.
- Author:
- Robert Sandell <robert.sandell@sonyericsson.com>
-
Method Summary
Modifier and TypeMethodDescriptionstatic StatisticsLoggerThe singleton instance.voidlog(Run build, List<FoundFailureCause> causes) Logs a found indication asynchronously to the statistics database.
-
Method Details
-
getInstance
The singleton instance.- Returns:
- the instance.
-
log
Logs a found indication asynchronously to the statistics database.- Parameters:
build- the build.causes- the list of causes.
-