Package | Description |
---|---|
hudson.tasks.junit |
Model objects that represent JUnit test reports.
|
io.jenkins.plugins.junit.storage |
Modifier and Type | Method and Description |
---|---|
PackageResult |
TestResult.byPackage(String packageName) |
PackageResult |
ClassResult.getParent() |
Modifier and Type | Method and Description |
---|---|
Collection<PackageResult> |
TestResult.getChildren() |
Modifier and Type | Method and Description |
---|---|
int |
PackageResult.compareTo(PackageResult that) |
Constructor and Description |
---|
ClassResult(PackageResult parent,
String className) |
Modifier and Type | Method and Description |
---|---|
PackageResult |
TestResultImpl.getPackageResult(String packageName) |
Modifier and Type | Method and Description |
---|---|
List<PackageResult> |
TestResultImpl.getAllPackageResults() |
Copyright © 2016–2022. All rights reserved.