public class Trends extends Object
| Constructor and Description |
|---|
Trends() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBuild(String buildNumber,
Reportable reportable)
Adds build into the trends.
|
String[] |
getBuildNumbers() |
long[] |
getDurations() |
int[] |
getFailedFeatures() |
int[] |
getFailedScenarios() |
int[] |
getFailedSteps() |
int[] |
getPassedFeatures() |
int[] |
getPassedScenarios() |
int[] |
getPassedSteps() |
int[] |
getPendingSteps() |
int[] |
getSkippedSteps() |
int[] |
getTotalFeatures() |
int[] |
getTotalScenarios() |
int[] |
getTotalSteps() |
int[] |
getUndefinedSteps() |
void |
limitItems(int limit)
Removes elements that points to the oldest items.
|
public String[] getBuildNumbers()
public int[] getFailedFeatures()
public int[] getPassedFeatures()
public int[] getTotalFeatures()
public int[] getPassedScenarios()
public int[] getFailedScenarios()
public int[] getTotalScenarios()
public int[] getPassedSteps()
public int[] getFailedSteps()
public int[] getSkippedSteps()
public int[] getPendingSteps()
public int[] getUndefinedSteps()
public int[] getTotalSteps()
public long[] getDurations()
public void addBuild(String buildNumber, Reportable reportable)
buildNumber - number of the buildreportable - stats for the generated reportpublic void limitItems(int limit)
limit - number of elements that will be leaveCopyright © 2020. All rights reserved.