public class JiraIssue extends Object implements Issue
| Modifier and Type | Class and Description |
|---|---|
static class |
JiraIssue.IssueStatus |
| Constructor and Description |
|---|
JiraIssue(com.atlassian.jira.rest.client.domain.Issue issue) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getFixVersions()
Jira Fix Version/s, Bugzilla calls Target Release
|
List<Flag> |
getFlags()
flags of the issue
|
String |
getNumber()
number/id of the issue
|
String |
getResolution() |
String |
getStatus()
status of the issue
|
String |
getTargetRelease() |
URL |
getUrl()
url of the issue in the issue tracker
|
String |
toString() |
public URL getUrl()
Issuepublic Set<String> getFixVersions()
IssuegetFixVersions in interface Issuepublic String getResolution()
public String getTargetRelease()
Copyright © 2015 JBoss by Red Hat. All rights reserved.