Back to index
Summary
Retrieves a detailed data set for the specified pipeline run to be used in audit reports.flowRuntimeIdStringoptionalThe ID of the pipeline or release run to generate the audit report. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getPipelineRunAuditReport( /* optional arguments */ )