CiBuild

1 minute readReference

getCIBuildAuditReport

Retrieves the CI build audit report.

Arguments

Argument Name Type Description

ciJobDetailName

String

The name of the CI job detail.

ciBuildName

String

The name of the CI build.

Usage

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getCIBuildAuditReport()

getCIBuildLog

Retrieves a CI build by name.

Arguments

Argument Name Type Description

ciJobDetailName

String

The name of the CI job detail.

ciBuildName

String

The name of the CI build.

startIndex

Integer

The start index of the log line.

Usage

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getCIBuildLog( /* optional arguments */)