import com.electriccloud.client.groovy.ElectricFlow
import com.electriccloud.client.groovy.models.*
ElectricFlow ef = new ElectricFlow()
def result = ef.getCIBuildAuditReport()
▼
getCIBuildLog
Retrieve 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 */)