The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu.
This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server.
This option will generate a standard XML report that includes the HTTP request and response data.
Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won’t be able to read it and will return a non-200 response.
Parameters
Returns
“OK” if the report is uploaded successfully.
Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file.
Parameters
Returns
“OK” if the report is uploaded successfully.
“EMPTY” if the generated report is empty. The report will not be uploaded to Code Dx.
Generates an XML report with request and response data.
Returns
An XML report String.