Method GetReport
GetReport(string)
Get the validation suite report for the given package id.
Declaration
public static ValidationSuiteReportData GetReport(string packageId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | packageId | Package Id in the format of [package name]@[package version]. |
Returns
| Type | Description |
|---|---|
| ValidationSuiteReportData | The validation suite report. |