Back to index
Summary
Retrieves the specified CI job.ciJobNameStringoptionalThe CI job name. ciConfigurationNameStringrequiredThe CI configuration name. ciControllerDomainStringoptionalThe domain name of the CI controller. ciEndpointStringoptionalEndpoint of the CI Controller. folderStringoptionalThe path to the folder on the CI server referenced by the CI configuration that contains the CI jobs. The folder path must be in format of: folder1/folder2/folder3/... |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getCIJob( ciConfigurationName: "test-ciConfigurationName" /* optional arguments */ )