Package | Description |
---|---|
com.dynatrace.jenkins.dashboard.model_2_0_0 |
Modifier and Type | Method and Description |
---|---|
TestResult |
TestRun.getCorrespondingTestResult(TestResult testResult) |
TestResult |
TAReportDetails.getCorrespondingTestResult(TestResult testResult,
TestCategory category) |
Modifier and Type | Method and Description |
---|---|
Iterable<TestResult> |
TestRun.getDegradedTestResults() |
Iterable<TestResult> |
TestRun.getFailedTestResults() |
Iterable<TestResult> |
TestRun.getImprovedTestResults() |
Iterable<TestResult> |
TestRun.getPassedTestResults() |
Iterable<TestResult> |
TestRun.getVolatileTestResults() |
Modifier and Type | Method and Description |
---|---|
TestResult |
TestRun.getCorrespondingTestResult(TestResult testResult) |
TestResult |
TAReportDetails.getCorrespondingTestResult(TestResult testResult,
TestCategory category) |
Constructor and Description |
---|
TestRun(List<TestResult> testResults,
Map<TestStatus,Integer> summary,
String id,
TestCategory category) |
Copyright © 2016–2020. All rights reserved.