Package org.kohsuke.github
Class GHWorkflowJobQueryBuilder
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:
listin classGHQueryBuilder<GHWorkflowJob>- Returns:
- the paged iterable
-
getRoot
Deprecated.For access to theGitHubinstance, use a local copy instead of pulling it out of objects.Get the rootGitHubinstance for this object.- Returns:
- the root
GitHubinstance
-
GitHubinstance, use a local copy instead of pulling it out of objects.