Back to index
Summary
Retrieves all schedules.projectNameStringrequiredThe name for the project that must be unique among all projects. applicationNameStringoptionalThe name of the application that owns the process. applicationProjectNameStringoptionalName for the project to which the application belongs to. catalogItemNameStringoptionalThe name of the catalog item. catalogNameStringoptionalThe name of the catalog. dataRetentionPolicyNameStringoptionalThe name of the data retention policy. includeWorkflowsStringoptionalTo include workflow related schedules. pipelineNameStringoptionalThe name of the pipeline. processNameStringoptionalThe name of the application process. releaseNameStringoptionalThe name of the release. tierMapNameStringoptionalThe name of the tier map used to determine where to run the process. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getSchedules( projectName: "test-projectName" /* optional arguments */ )