public interface Issue extends Serializable
| 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
|
URL |
getUrl()
url of the issue in the issue tracker
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.