JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
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
GHWorkflowJobQueryBuilder
GHWorkflowJobQueryBuilder.
all
()
Apply a filter to return jobs from all executions of this workflow run.
GHWorkflowJobQueryBuilder
GHWorkflowJobQueryBuilder.
latest
()
Apply a filter to only return the jobs of the most recent execution of the workflow run.