| Package | Description |
|---|---|
| org.jboss.jbossset.bugclerk | |
| org.jboss.jbossset.bugclerk.bugzilla | |
| org.jboss.jbossset.bugclerk.utils |
| Modifier and Type | Method and Description |
|---|---|
Collection<Violation> |
RuleEngine.processBugEntry(Collection<Candidate> candidates) |
protected Collection<Violation> |
BugClerk.processEntriesAndReportViolations(List<Candidate> candidates) |
Collection<Violation> |
RuleEngine.runCheckOnBugs(String checkname,
Collection<Candidate> candidates) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
BugClerk.buildReport(Map<Integer,List<Violation>> violationByBugId,
String urlPrefix) |
String |
ReportEngine.createReport(Map<Integer,List<Violation>> violationByBugId) |
protected void |
BugClerk.postAnalysisAction(BugClerkArguments arguments,
Map<Integer,List<Violation>> violationByBugId,
String report) |
protected void |
BugClerk.updateBZwithViolations(Map<Integer,List<Violation>> violationByBugId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReportViolationToBzEngine.reportViolationToBZ(Map<Integer,List<Violation>> violationByBugId) |
| Modifier and Type | Method and Description |
|---|---|
static Map<Integer,List<Violation>> |
CollectionUtils.indexedViolationsByBugId(Collection<Violation> violations) |
static Map<String,Violation> |
CollectionUtils.indexViolationByCheckname(Collection<Violation> violations) |
| Modifier and Type | Method and Description |
|---|---|
static Map<Integer,List<Violation>> |
CollectionUtils.indexedViolationsByBugId(Collection<Violation> violations) |
static Map<String,Violation> |
CollectionUtils.indexViolationByCheckname(Collection<Violation> violations) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.