public class BugzillaIssueTracker extends AbstractIssueTracker
IssueTrackerService for the Bugzilla issue tracker.baseUrl, config, executorService, TRACKER_TYPE, URL_REGEX| Constructor and Description |
|---|
BugzillaIssueTracker() |
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 AbstractIssueTrackerpublic boolean isCPReleased(String cpVersion)
Copyright © 2019 JBoss by Red Hat. All rights reserved.