Back to index
Summary
Retrieves all CI builds.projectNameStringoptionalThe name of the project that the CI build is associated with. excludeReleaseBuildsBooleanoptionalSpecifies if CI builds associated with the release should be excluded when retrieving CI builds for a specified release run. flowRuntimeIdStringoptionalThe ID of the flow runtime the CI build should be associated with. releaseNameStringoptionalThe name of the release that the CI build should be associated with. releaseProjectNameStringoptionalThe name of the project that contains the release the CI build should be associated with. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getCIBuildDetails( /* optional arguments */ )