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
-
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
-
all
Apply a filter to return jobs from all executions of this workflow run.- Returns:
- the workflow run job run query builder
-
list
List.- Specified by:
list
in classGHQueryBuilder<GHWorkflowJob>
- Returns:
- the paged iterable
-