getCIBuildAuditReport

On this page
Back to index

Summary

Retrieves the CI build audit report.
request
Stringrequired
This parameter and the value displayed are required; request=getCIBuildAuditReportOperation must appear in your query string.
ciJobDetailName
Stringoptional
The name of the CI job detail.
ciBuildName
Stringoptional
The name of the CI build.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getCIBuildAuditReport( request: "test-request" /* optional arguments */ )