getCIBuildLog

On this page
Back to index

Summary

Retrieves a CI build by name.
ciJobDetailName
Stringoptional
The name of the CI job detail.
ciBuildName
Stringoptional
The name of the CI build.
startIndex
Integeroptional
The 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 */ )