Class CancelWorkflowOptionsBuilder
java.lang.Object
org.sourcelab.github.client.request.CancelWorkflowOptionsBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Create new instance from builder.fromCancelUrl(String cancelUrl) Parse from WorkflowRun.rerun_url property.withRunId(long runId)
-
Constructor Details
-
CancelWorkflowOptionsBuilder
public CancelWorkflowOptionsBuilder()
-
-
Method Details
-
fromCancelUrl
Parse from WorkflowRun.rerun_url property. -
withOwner
-
withRepo
-
withRunId
-
build
Create new instance from builder.- Returns:
- Create new instance from builder.
-