Uses of Class
ink.icoding.github4j.model.Workflow
Packages that use Workflow
-
Uses of Workflow in ink.icoding.github4j.client
Methods in ink.icoding.github4j.client that return types with arguments of type WorkflowModifier and TypeMethodDescriptionActionsClient.getWorkflow(String owner, String repo, long workflowId) 根据工作流 ID 获取工作流详情。ActionsClient.getWorkflowByFileName(String owner, String repo, String fileName) 根据文件名获取工作流详情。ActionsClient.listWorkflows(String owner, String repo, PageOptions options) 列出仓库中的所有工作流。