|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sonyericsson.jenkins.plugins.bfa.statistics.StatisticsLogger
public final class StatisticsLogger
Main singleton entrance for logging statistics.
Method Summary | |
---|---|
static StatisticsLogger |
getInstance()
The singleton instance. |
void |
log(hudson.model.AbstractBuild build,
List<FoundFailureCause> causes)
Logs a found indication asynchronously to the statistics database. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static StatisticsLogger getInstance()
public void log(hudson.model.AbstractBuild build, List<FoundFailureCause> causes)
build
- the build.causes
- the list of causes.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |