Uses of Class
org.kohsuke.github.GHWorkflow
Packages that use GHWorkflow
-
Uses of GHWorkflow in org.kohsuke.github
Methods in org.kohsuke.github that return GHWorkflowModifier and TypeMethodDescriptionGHEventPayload.WorkflowRun.getWorkflow()
Gets the associated workflow.GHRepository.getWorkflow
(long id) Gets a workflow by id.GHRepository.getWorkflow
(String nameOrId) Gets a workflow by name of the file.Methods in org.kohsuke.github that return types with arguments of type GHWorkflowModifier and TypeMethodDescriptionGHRepository.listWorkflows()
Lists all the workflows of this repository.