|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FailureCauseStatistics | |
---|---|
com.sonyericsson.jenkins.plugins.bfa.statistics |
Uses of FailureCauseStatistics in com.sonyericsson.jenkins.plugins.bfa.statistics |
---|
Methods in com.sonyericsson.jenkins.plugins.bfa.statistics that return types with arguments of type FailureCauseStatistics | |
---|---|
List<FailureCauseStatistics> |
Statistics.getFailureCauseStatisticsList()
Getter for the List of statistics for FailureCauses. |
Constructor parameters in com.sonyericsson.jenkins.plugins.bfa.statistics with type arguments of type FailureCauseStatistics | |
---|---|
Statistics(String projectName,
int buildNumber,
Date startingTime,
long duration,
List<String> triggerCauses,
String nodeName,
String master,
int timeZoneOffset,
String result,
List<FailureCauseStatistics> failureCauseStatistics)
Deprecated. |
|
Statistics(String projectName,
int buildNumber,
Date startingTime,
long duration,
List<String> triggerCauses,
String nodeName,
String master,
int timeZoneOffset,
String result,
Statistics.UpstreamCause upstreamCause,
List<FailureCauseStatistics> failureCauseStatistics)
Standard/JSON constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |