Build Scan Ids By Outcome
constructor(@Json(name = "passed" ) passed: List<String>, @Json(name = "failed" ) failed: List<String>, @Json(name = "skipped" ) skipped: List<String>, @Json(name = "flaky" ) flaky: List<String>, @Json(name = "notSelected" ) notSelected: List<String>)
Parameters
passed
The BuildIds of 'Passed' outcomes.
failed
The Build Scan IDs of 'Failed' outcomes.
skipped
The BuildIds of 'Skipped' outcomes.
flaky
The BuildIds of 'Flaky' outcomes.
not Selected
The BuildIds of 'Not Selected' outcomes.