lucee.Componenttestbox.system.coverage.sonarQube.SonarQube
Copyright Ortus Solutions, Corp www.ortussolutions.com I turn a query of coverage data into an XML document for import into SonarQube's Generic Code Coverage plugin.
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
formatXML
If set to true, the XML document will be formatted for human readability.
|
false
|
true
|
false
|
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
string
|
generateXML(query qryCoverageData, [string XMLOutputPath=''])
|
string
|
getFormatXML()
|
any
|
setFormatXML(any formatXML)
|
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Property Detail |
---|
If set to true, the XML document will be formatted for human readability
access
- publicrequired
- falsereturntype
- anyserializable
- trueMethod Detail |
---|
qryCoverageData
- A query object containing coverage dataXMLOutputPath
- Full path to write XML file toformatXML