Package | Description |
---|---|
com.dynatrace.jenkins.dashboard.model_2_0_0 | |
com.dynatrace.jenkins.dashboard.utils |
Modifier and Type | Method and Description |
---|---|
static TestStatus |
TestStatus.fromString(String status) |
TestStatus |
TestResult.getStatus() |
static TestStatus |
TestStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestStatus[] |
TestStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<TestStatus,Integer> |
TestRun.getSummary() |
Map<TestStatus,Integer> |
TAReport.getSummary() |
Constructor and Description |
---|
TestResult(Date timestamp,
String testName,
String packageName,
String platform,
TestStatus status,
Set<TestMeasure> testMeasures) |
Constructor and Description |
---|
TAReport(Map<TestStatus,Integer> summary,
hudson.model.Run<?,?> build) |
TestRun(List<TestResult> testResults,
Map<TestStatus,Integer> summary,
String id,
TestCategory category) |
Modifier and Type | Method and Description |
---|---|
static Map<TestStatus,Integer> |
Utils.createReportAggregatedSummary(TAReportDetails reportDetails) |
Copyright © 2016–2020. All rights reserved.