Package | Description |
---|---|
com.sonyericsson.jenkins.plugins.bfa.statistics |
Modifier and Type | Method and Description |
---|---|
List<FailureCauseStatistics> |
Statistics.getFailureCauseStatisticsList()
Getter for the List of statistics for FailureCauses.
|
Constructor and Description |
---|
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,
String displayName,
Date startingTime,
long duration,
List<String> triggerCauses,
String nodeName,
String master,
int timeZoneOffset,
String result,
Statistics.UpstreamCause upstreamCause,
List<FailureCauseStatistics> failureCauseStatistics)
Standard/JSON constructor.
|
Copyright © 2016–2021. All rights reserved.