class InlineXmlReportWriter extends XmlReportWriter
ReportWriter that generates an XML report with inline rule descriptions. This makes it easy for Hudson to parse
| Fields inherited from class | Fields |
|---|---|
class AbstractReportWriter |
BASE_MESSAGES_BUNDLE, CODENARC_URL, CUSTOM_MESSAGES_BUNDLE, customMessagesBundleName, getTimestamp, initializeResourceBundle, resourceBundle |
| Properties inherited from class | Properties |
|---|---|
class XmlReportWriter |
defaultOutputFile, title |
class AbstractReportWriter |
outputFile, writeToStandardOut |
| Constructor and description |
|---|
InlineXmlReportWriter() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected groovy.lang.Closure |
buildRulesElement(AnalysisContext analysisContext) |
|
protected groovy.lang.Closure |
buildViolationElement(Violation violation) |