getCIBuildAuditReport

On this page
Back to index

Summary

Retrieves the CI build audit report.
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( /* optional arguments */ )