Back to index
Summary
Retrieves jobs started by a specific schedule.projectNameStringrequiredThe name for the project that must be unique among all projects. scheduleNameStringrequiredName for the schedule; must be unique among all schedules for the project. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getJobsForSchedule( projectName: "test-projectName", scheduleName: "test-scheduleName" )