getJobSummaries

On this page
Back to index

Summary

Retrieves summary information about jobs.
filters
Array<Filter>optional
How to filter the results.
includeLastSuccess
Booleanoptional
Whether to include the last successful job, if not otherwise included.
maxFailedSteps
Integeroptional
The maximum number of failed steps to return.
maxJobs
Integeroptional
The maximum number of jobs to return.
maxRunningSteps
Integeroptional
The maximum number of running steps to return.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getJobSummaries( /* optional arguments */ )