public class BugsClient extends AbstractBugzillaClient
| Constructor and Description |
|---|
BugsClient(String serverUrl,
String login,
String password) |
| Modifier and Type | Method and Description |
|---|---|
Bug |
getBug(int bugzillaId)
Gets the bugId from bugzilla.
|
Map<String,Bug> |
getBugs(Set<String> keySet) |
boolean |
updateBugzillaStatus(Integer bugzillaId,
Bug.Status status)
Change Bugzilla bug status.
|
boolean |
updateBugzillaTargetMilestone(int ids,
String taregtMilestone) |
boolean |
updateBugzillaTargetRelease(int ids,
String... targetRelease) |
fetch, getParameterMap, runCommandpublic Bug getBug(int bugzillaId)
bugzillaId - public boolean updateBugzillaTargetRelease(int ids,
String... targetRelease)
public boolean updateBugzillaStatus(Integer bugzillaId, Bug.Status status)
bugzillaId - id. The ids of the bugs that you want to modifystatus - The status you want to change the bug topublic boolean updateBugzillaTargetMilestone(int ids,
String taregtMilestone)
Copyright © 2015 JBoss by Red Hat. All rights reserved.