Lists up jobs of a workflow run with some filtering.
- Author:
- Guillaume Smet
-
Field Summary
Fields inherited from class org.kohsuke.github.GHQueryBuilder
req -
Method Summary
-
Method Details
-
all
Apply a filter to return jobs from all executions of this workflow run.- Returns:
- the workflow run job run query builder
-
latest
Apply a filter to only return the jobs of the most recent execution of the workflow run.- Returns:
- the workflow run job query builder
-
list
List.- Specified by:
listin classGHQueryBuilder<GHWorkflowJob>- Returns:
- the paged iterable
-