Class RerunJobsFromWorkflowOptionsBuilder
java.lang.Object
org.sourcelab.github.client.request.RerunJobsFromWorkflowOptionsBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Create new instance from builder.fromRerunUrl(String rerunUrl) Parse from WorkflowRun.rerun_url property.withEnableDebugLogging(boolean enableDebugLogging) withJobId(long jobId) withJobIds(Collection<Long> jobIds)
-
Constructor Details
-
RerunJobsFromWorkflowOptionsBuilder
public RerunJobsFromWorkflowOptionsBuilder()
-
-
Method Details
-
fromRerunUrl
Parse from WorkflowRun.rerun_url property. -
withOwner
-
withRepo
-
withJobId
-
withJobIds
-
withEnableDebugLogging
-
build
Create new instance from builder.- Returns:
- Create new instance from builder.
-