class
IMetricsTableResults.
IMetricsTableResults
Bases: object
Scripting API with code analysis results of metrics table.
successful
Retrieves a value indicating whether this IMetricsTableResults was successful.
bool
message
Retrieves the final analysis message (as text).
string
project_path
Retrieves the analyzed project path.
string
analysis_started_at
Retrieves the analysis start time.
string
analysis_finished_at
Retrieves the analysis finished time.
string
analyser_version
Retrieves the analyser version.
string
columns
Retrieves the analysis results columns.
List of string
rows
Retrieves the analysis results rows.
List of List of string
store_as_xml
filename
Stores the analysis results as xml.
filename (string) -- The filename for analysis results.
store_as_csv
filename
Stores the analysis results as csv.
filename (string) -- The filename for analysis results.
store_as_html
filename
xsltTransformationFilename=None
Stores the analysis results as html.
filename (string) -- The filename for analysis results.
xsltTransformationFilename (string) -- The XSLT transformation filename. If null, the default transformation file is used.