public class Bug extends Object implements Issue
| Modifier and Type | Class and Description |
|---|---|
static class |
Bug.Status |
| Modifier and Type | Field and Description |
|---|---|
static Object[] |
include_fields |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAlias() |
String |
getAssignedTo() |
Set<Integer> |
getBlocks() |
List<String> |
getComponent() |
String |
getCreator() |
Set<Integer> |
getDependsOn() |
String |
getDescription() |
String |
getDocsContact() |
Set<String> |
getFixVersions()
Jira Fix Version/s, Bugzilla calls Target Release
|
List<Flag> |
getFlags()
flags of the issue
|
List<String> |
getGroups() |
int |
getId() |
String |
getNumber()
number/id of the issue
|
String |
getPriority() |
String |
getProduct() |
String |
getQaContact() |
String |
getResolution() |
String |
getSeverity() |
String |
getStatus()
status of the issue
|
String |
getSummary() |
String |
getTargetMilestone() |
Set<String> |
getTargetRelease() |
String |
getUrl()
url of the issue in the issue tracker
|
Set<String> |
getVersion() |
public static final Object[] include_fields
public int getId()
public String getProduct()
public String getPriority()
public String getSeverity()
public String getTargetMilestone()
public String getCreator()
public String getAssignedTo()
public String getQaContact()
public String getDocsContact()
public String getResolution()
public String getSummary()
public String getDescription()
public String getUrl()
Issuepublic Set<String> getFixVersions()
IssuegetFixVersions in interface IssueCopyright © 2014 JBoss by Red Hat. All Rights Reserved.