|
| def | __init__ (self) |
| |
| def | extract_basename_file (self, path) |
| |
| def | addIssue (self, path, severity, message, lineStart=-1, lineEnd=-1, columnStart=-1, columnEnd=-1, category=None, type=None, description=None, packageName=None, moduleName=None, additionalProperties=None) |
| |
| def | generateReport (self) |
| |
|
| dictionary | issues_all = {"_class": "io.jenkins.plugins.analysis.core.restapi.ReportApi", "issues": [], "size": 0} |
| |
Definition at line 5 of file reports.py.
◆ __init__()
| def caellion.pycommons.codeanalysis.reports.ReportBuilder.__init__ |
( |
|
self | ) |
|
◆ addIssue()
| def caellion.pycommons.codeanalysis.reports.ReportBuilder.addIssue |
( |
|
self, |
|
|
|
path, |
|
|
|
severity, |
|
|
|
message, |
|
|
|
lineStart = -1, |
|
|
|
lineEnd = -1, |
|
|
|
columnStart = -1, |
|
|
|
columnEnd = -1, |
|
|
|
category = None, |
|
|
|
type = None, |
|
|
|
description = None, |
|
|
|
packageName = None, |
|
|
|
moduleName = None, |
|
|
|
additionalProperties = None |
|
) |
| |
◆ extract_basename_file()
| def caellion.pycommons.codeanalysis.reports.ReportBuilder.extract_basename_file |
( |
|
self, |
|
|
|
path |
|
) |
| |
Extracts basename of a given path (only files). Should Work with any OS Path on any OS
Definition at line 18 of file reports.py.
◆ generateReport()
| def caellion.pycommons.codeanalysis.reports.ReportBuilder.generateReport |
( |
|
self | ) |
|
◆ issues_all [1/2]
| dictionary caellion.pycommons.codeanalysis.reports.ReportBuilder.issues_all = {"_class": "io.jenkins.plugins.analysis.core.restapi.ReportApi", "issues": [], "size": 0} |
|
static |
◆ issues_all [2/2]
| caellion.pycommons.codeanalysis.reports.ReportBuilder.issues_all |
The documentation for this class was generated from the following file: