public class BugzillaClient extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIGURATION_FILENAME |
| Constructor and Description |
|---|
BugzillaClient() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addPrivateCommentTo(int id,
String text) |
Map<String,org.jboss.pull.shared.connectors.bugzilla.Bug> |
loadBugsById(Set<String> bugIds) |
org.jboss.pull.shared.connectors.bugzilla.Bug |
loadBzFromUrl(URL url) |
SortedSet<org.jboss.pull.shared.connectors.bugzilla.Comment> |
loadCommentForBug(org.jboss.pull.shared.connectors.bugzilla.Bug bug) |
Map<String,SortedSet<org.jboss.pull.shared.connectors.bugzilla.Comment>> |
loadCommentForBug(Collection<String> bugIds) |
public static final String CONFIGURATION_FILENAME
public org.jboss.pull.shared.connectors.bugzilla.Bug loadBzFromUrl(URL url)
public SortedSet<org.jboss.pull.shared.connectors.bugzilla.Comment> loadCommentForBug(org.jboss.pull.shared.connectors.bugzilla.Bug bug)
public Map<String,SortedSet<org.jboss.pull.shared.connectors.bugzilla.Comment>> loadCommentForBug(Collection<String> bugIds)
public Map<String,org.jboss.pull.shared.connectors.bugzilla.Bug> loadBugsById(Set<String> bugIds)
public boolean addPrivateCommentTo(int id,
String text)
Copyright © 2015 JBoss by Red Hat. All rights reserved.