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 StatisticsLogger
The singleton instance.void
log
(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.
-