| Package | Description |
|---|---|
| com.dynatrace.jenkins.dashboard | |
| com.dynatrace.jenkins.dashboard.model |
| Modifier and Type | Method and Description |
|---|---|
Map<TestCaseStatus,Integer> |
TestAutomationReport.getTestCaseSummary() |
| Modifier and Type | Method and Description |
|---|---|
List<TestCase> |
TestAutomationReport.getTestCases(TestCaseStatus status) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestAutomationReport.setTestCaseSummary(Map<TestCaseStatus,Integer> testCaseSummary) |
| Modifier and Type | Method and Description |
|---|---|
static TestCaseStatus |
TestCaseStatus.fromString(String string) |
TestCaseStatus |
TestCase.getPrevStatus() |
TestCaseStatus |
TestCase.getStatus() |
static TestCaseStatus |
TestCaseStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestCaseStatus[] |
TestCaseStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestCase.setPrevStatus(TestCaseStatus prevStatus) |
void |
TestCase.setStatus(TestCaseStatus status) |
Copyright © 2004-2014. All Rights Reserved.