| Package | Description |
|---|---|
| qa.tools.ikeeper |
| Modifier and Type | Method and Description |
|---|---|
IssueStatus |
IssueDetails.getStatus() |
static IssueStatus |
IssueStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IssueStatus[] |
IssueStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IssueDetails.setStatus(IssueStatus status) |
| Constructor and Description |
|---|
IssueDetails(String id,
String title,
IssueStatus status,
String targetVersion) |
Copyright © 2015. All rights reserved.