Class CancelTektonPipelineRunOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.continuous_delivery.cd_tekton_pipeline.v2.model.CancelTektonPipelineRunOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CancelTektonPipelineRunOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe cancelTektonPipelineRun options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCancelTektonPipelineRunOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Booleanforce()Gets the force.java.lang.Stringid()Gets the id.CancelTektonPipelineRunOptions.BuildernewBuilder()New builder.java.lang.StringpipelineId()Gets the pipelineId.
-
-
-
Method Detail
-
newBuilder
public CancelTektonPipelineRunOptions.Builder newBuilder()
New builder.- Returns:
- a CancelTektonPipelineRunOptions builder
-
pipelineId
public java.lang.String pipelineId()
Gets the pipelineId. The Tekton pipeline ID.- Returns:
- the pipelineId
-
id
public java.lang.String id()
Gets the id. ID of current instance.- Returns:
- the id
-
force
public java.lang.Boolean force()
Gets the force. Flag whether force cancel.- Returns:
- the force
-
-