Uses of Class
org.kohsuke.github.GHWorkflowJobQueryBuilder
-
Packages that use GHWorkflowJobQueryBuilder Package Description org.kohsuke.github -
-
Uses of GHWorkflowJobQueryBuilder in org.kohsuke.github
Methods in org.kohsuke.github that return GHWorkflowJobQueryBuilder Modifier and Type Method Description GHWorkflowJobQueryBuilderGHWorkflowJobQueryBuilder. all()Apply a filter to return jobs from all executions of this workflow run.GHWorkflowJobQueryBuilderGHWorkflowJobQueryBuilder. latest()Apply a filter to only return the jobs of the most recent execution of the workflow run.
-