# Functions
NewAPIClient ...
NewIssuesService returns a new instance of a service for the issues API endpoint.
NewMeasuresComponentService returns a new instance of a service for the measures/component endpoint.
NewTaskService returns a new instance of a service for the task API endpoint.
ReadTaskReport expects a file ".scannerwork/report-task.txt" to exist in the provided workspace directory, and parses its contents into the returned TaskReportData struct.
WriteReport ...
# Constants
EndpointCeTask API endpoint for https://sonarcloud.io/web_api/api/ce/task.
EndpointIssuesSearch API endpoint for https://sonarcloud.io/web_api/api/issues/search.
EndpointIssuesSearch API endpoint for https://sonarcloud.io/web_api/api/measures/component.
# Structs
ComponentService ...
Issues ...
IssueService ...
IssuesSearchOption is a copy from magicsong/sonargo plus the "internal" fields organization, branch and pullrequest.
MeasuresComponentOption is a copy from magicsong/sonargo plus the "internal" field branch.
ReportData is representing the data of the step report JSON.
Requester ...
No description provided by the author
No description provided by the author
No description provided by the author
TaskReportData encapsulates information about an executed Sonar scan task.
TaskService ...
# Interfaces
Sender provides an interface to the piper http client for uid/pwd and token authenticated requests.