public class BugClerk extends Object
| Constructor and Description |
|---|
BugClerk(AphroditeClient aphrodite) |
| Modifier and Type | Method and Description |
|---|---|
protected BugClerkReport |
buildBugClerkReport(Collection<Candidate> violationByBugId) |
protected String |
buildReport(Collection<Candidate> candidates) |
protected static String |
getXmlReportFilename(BugClerkArguments arguments) |
protected void |
postAnalysisActions(BugClerkArguments arguments,
Collection<Candidate> candidates,
String report) |
protected Collection<Candidate> |
processEntriesAndReportViolations(List<Candidate> candidates) |
protected void |
reportsGeneration(BugClerkArguments arguments,
Collection<Candidate> violationByBugId) |
int |
runAndReturnsViolations(BugClerkArguments arguments) |
public BugClerk(AphroditeClient aphrodite)
protected Collection<Candidate> processEntriesAndReportViolations(List<Candidate> candidates)
protected String buildReport(Collection<Candidate> candidates)
protected BugClerkReport buildBugClerkReport(Collection<Candidate> violationByBugId)
public int runAndReturnsViolations(BugClerkArguments arguments)
protected void reportsGeneration(BugClerkArguments arguments, Collection<Candidate> violationByBugId)
protected static String getXmlReportFilename(BugClerkArguments arguments)
protected void postAnalysisActions(BugClerkArguments arguments, Collection<Candidate> candidates, String report)
Copyright © 2017 JBoss by Red Hat. All rights reserved.