public class JiraIssue extends Object implements Issue
| Constructor and Description |
|---|
JiraIssue(String id,
String status,
List<Flag> flags,
Set<String> fixVersions) |
| 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 |
getStatus()
status of the issue
|
String |
getUrl()
url of the issue in the issue tracker
|
public String getUrl()
Issuepublic Set<String> getFixVersions()
IssuegetFixVersions in interface IssueCopyright © 2014 JBoss by Red Hat. All Rights Reserved.