Uses of Class
org.kohsuke.github.GHWorkflow
-
Packages that use GHWorkflow Package Description org.kohsuke.github -
-
Uses of GHWorkflow in org.kohsuke.github
Methods in org.kohsuke.github that return GHWorkflow Modifier and Type Method Description GHWorkflowGHEventPayload.WorkflowRun. getWorkflow()Gets the associated workflow.GHWorkflowGHRepository. getWorkflow(long id)Gets a workflow by id.GHWorkflowGHRepository. getWorkflow(String nameOrId)Gets a workflow by name of the file.Methods in org.kohsuke.github that return types with arguments of type GHWorkflow Modifier and Type Method Description PagedIterable<GHWorkflow>GHRepository. listWorkflows()Lists all the workflows of this repository.
-