| Package | Description |
|---|---|
| org.jenkinsci.plugins.testresultsanalyzer.result.data | |
| org.jenkinsci.plugins.testresultsanalyzer.result.info |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassResultData |
class |
PackageResultData |
class |
TestCaseResultData |
| Modifier and Type | Method and Description |
|---|---|
List<ResultData> |
ResultData.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultData.addChildResult(ResultData childResultData) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultData.addChildResult(List<ResultData> childResults) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Integer,ResultData> |
Info.buildResults |
| Modifier and Type | Method and Description |
|---|---|
ResultData |
PackageInfo.getPackageResult(Integer buildNumber) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,ResultData> |
Info.getBuildPackageResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
Info.setBuildPackageResults(Map<Integer,ResultData> buildResults) |
Copyright © 2004-2015. All Rights Reserved.