public class BugzillaClient extends Object implements ITrackerClient
| Constructor and Description |
|---|
BugzillaClient(String urlDomain) |
BugzillaClient(String urlDomain,
String testedVersion) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(Annotation annotation) |
List<IssueDetails> |
getIssues(Annotation annotation) |
boolean |
isIssueFixedInTestedVersion(IssueDetails details) |
public BugzillaClient(String urlDomain)
public boolean isIssueFixedInTestedVersion(IssueDetails details)
isIssueFixedInTestedVersion in interface ITrackerClientpublic boolean canHandle(Annotation annotation)
canHandle in interface ITrackerClientpublic List<IssueDetails> getIssues(Annotation annotation)
getIssues in interface ITrackerClientCopyright © 2015. All rights reserved.