Back to index
Summary
Retrieves a CI build by name.ciJobDetailNameStringoptionalThe name of the CI job detail. ciBuildNameStringoptionalThe name of the CI build. startIndexIntegeroptionalThe start index of the log line. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getCIBuildLog( /* optional arguments */ )