Class WorkflowJobFilterCriteriaBuilder
java.lang.Object
org.sourcelab.github.client.request.WorkflowJobFilterCriteriaBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Create new instance.fromJobsUrl(String jobsUrl) Parse the jobs Url for the owner, repo name, and runId.withPageOptions(PageOptions pageOptions) withRunId(long runId)
-
Constructor Details
-
WorkflowJobFilterCriteriaBuilder
public WorkflowJobFilterCriteriaBuilder()
-
-
Method Details
-
withOwner
-
withRepo
-
withRunId
-
fromJobsUrl
Parse the jobs Url for the owner, repo name, and runId. -
withFilter
-
withPageOptions
-
build
Create new instance.- Returns:
- Create new instance.
-