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