Class ListWorkflowJobsOptions
java.lang.Object
ink.icoding.github4j.option.PaginatedOptions
ink.icoding.github4j.option.ListWorkflowJobsOptions
列出 Workflow Run 的 Job。
对应端点: GET /repos/{owner}/{repo}/actions/runs/{run_id}/jobs
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
-
Method Summary
Methods inherited from class PaginatedOptions
putIfNotNull
-
Method Details
-
builder
-
toQueryParams
Description copied from class:PaginatedOptions将所有非空参数转换为查询参数 Map。- Overrides:
toQueryParamsin classPaginatedOptions- Returns:
- 查询参数映射,可直接传给 HTTP 请求
-