Package | Description |
---|---|
se.sek.any2zephyr.zephyr |
Modifier and Type | Field and Description |
---|---|
TestResult.TestStatus |
TestResult.status |
Modifier and Type | Method and Description |
---|---|
static TestResult.TestStatus |
TestResult.TestStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestResult.TestStatus[] |
TestResult.TestStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
JiraConnector.createNewStepResult(String issueId,
String stepId,
String executionId,
TestResult.TestStatus status) |
void |
JiraConnector.reportTestResult(String projectName,
String issueName,
TestResult.TestStatus status,
String comment) |
static String |
JiraConnector.updateExecutionStatus(String executionId,
TestResult.TestStatus status,
String comment) |
Constructor and Description |
---|
TestResult(String project,
String issueName,
TestResult.TestStatus status,
String comment) |
Copyright © 2018. All rights reserved.