Package | Description |
---|---|
com.dynatrace.jenkins.dashboard | |
com.dynatrace.jenkins.dashboard.model |
Modifier and Type | Method and Description |
---|---|
Map<TestCaseStatus,Integer> |
TestAutomationReport.getTestCaseSummary()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<TestCase> |
TestAutomationReport.getTestCases(TestCaseStatus status)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
TestAutomationReport.setTestCaseSummary(Map<TestCaseStatus,Integer> testCaseSummary)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static TestCaseStatus |
TestCaseStatus.fromString(String string)
Deprecated.
|
TestCaseStatus |
TestCase.getPrevStatus()
Deprecated.
|
TestCaseStatus |
TestCase.getStatus()
Deprecated.
|
static TestCaseStatus |
TestCaseStatus.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static TestCaseStatus[] |
TestCaseStatus.values()
Deprecated.
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)
Deprecated.
|
void |
TestCase.setStatus(TestCaseStatus status)
Deprecated.
|
Copyright © 2016–2020. All rights reserved.