public class BugzillaIssueTracker extends AbstractIssueTracker
IssueTrackerService for the Bugzilla issue tracker.baseUrl, config, executorService, TRACKER_TYPE, URL_REGEX| Constructor and Description |
|---|
BugzillaIssueTracker() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addCommentToIssue(Collection<org.jboss.set.aphrodite.domain.Issue> issues,
org.jboss.set.aphrodite.domain.Comment comment) |
void |
addCommentToIssue(org.jboss.set.aphrodite.domain.Issue issue,
org.jboss.set.aphrodite.domain.Comment comment) |
boolean |
addCommentToIssue(Map<org.jboss.set.aphrodite.domain.Issue,org.jboss.set.aphrodite.domain.Comment> commentMap) |
BugzillaClient |
getBzClient() |
org.jboss.set.aphrodite.domain.Issue |
getIssue(URL url) |
List<org.jboss.set.aphrodite.domain.Issue> |
getIssues(Collection<URL> urls) |
protected org.apache.commons.logging.Log |
getLog() |
boolean |
init(IssueTrackerConfig config) |
List<org.jboss.set.aphrodite.domain.Issue> |
searchIssues(org.jboss.set.aphrodite.domain.SearchCriteria searchCriteria) |
List<org.jboss.set.aphrodite.domain.Issue> |
searchIssuesByFilter(URL filterUrl) |
boolean |
updateIssue(org.jboss.set.aphrodite.domain.Issue issue) |
checkHost, convertToTrackerID, filterIssuesByHost, filterIssuesByHost, filterUrlsByHost, getIssuesAssociatedWith, getTrackerID, init, urlExistsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroypublic boolean init(IssueTrackerConfig config)
init in interface IssueTrackerServiceinit in class AbstractIssueTrackerpublic org.jboss.set.aphrodite.domain.Issue getIssue(URL url) throws NotFoundException
NotFoundExceptionpublic List<org.jboss.set.aphrodite.domain.Issue> getIssues(Collection<URL> urls)
public List<org.jboss.set.aphrodite.domain.Issue> searchIssues(org.jboss.set.aphrodite.domain.SearchCriteria searchCriteria)
public List<org.jboss.set.aphrodite.domain.Issue> searchIssuesByFilter(URL filterUrl) throws NotFoundException
NotFoundExceptionpublic boolean updateIssue(org.jboss.set.aphrodite.domain.Issue issue) throws NotFoundException, AphroditeException
NotFoundExceptionAphroditeExceptionpublic void addCommentToIssue(org.jboss.set.aphrodite.domain.Issue issue, org.jboss.set.aphrodite.domain.Comment comment) throws NotFoundException
addCommentToIssue in interface IssueTrackerServiceaddCommentToIssue in class AbstractIssueTrackerNotFoundExceptionpublic boolean addCommentToIssue(Map<org.jboss.set.aphrodite.domain.Issue,org.jboss.set.aphrodite.domain.Comment> commentMap)
public boolean addCommentToIssue(Collection<org.jboss.set.aphrodite.domain.Issue> issues, org.jboss.set.aphrodite.domain.Comment comment)
public BugzillaClient getBzClient()
protected org.apache.commons.logging.Log getLog()
getLog in class AbstractIssueTrackerCopyright © 2017 JBoss by Red Hat. All rights reserved.