Class ListTektonPipelineRunsOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.continuous_delivery.cd_tekton_pipeline.v2.model.ListTektonPipelineRunsOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListTektonPipelineRunsOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe listTektonPipelineRuns options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListTektonPipelineRunsOptions.BuilderBuilder.static interfaceListTektonPipelineRunsOptions.StatusFilters the collection to resources with the specified status.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Longlimit()Gets the limit.ListTektonPipelineRunsOptions.BuildernewBuilder()New builder.java.lang.StringpipelineId()Gets the pipelineId.java.lang.Stringstart()Gets the start.java.lang.Stringstatus()Gets the status.java.lang.StringtriggerName()Gets the triggerName.
-
-
-
Method Detail
-
newBuilder
public ListTektonPipelineRunsOptions.Builder newBuilder()
New builder.- Returns:
- a ListTektonPipelineRunsOptions builder
-
pipelineId
public java.lang.String pipelineId()
Gets the pipelineId. The Tekton pipeline ID.- Returns:
- the pipelineId
-
start
public java.lang.String start()
Gets the start. A page token that identifies the start point of the list of pipeline runs. This value is included in the response body of each request to fetch pipeline runs.- Returns:
- the start
-
limit
public java.lang.Long limit()
Gets the limit. The number of pipeline runs to return, sorted by creation time, most recent first.- Returns:
- the limit
-
status
public java.lang.String status()
Gets the status. Filters the collection to resources with the specified status.- Returns:
- the status
-
triggerName
public java.lang.String triggerName()
Gets the triggerName. Filters the collection to resources with the specified trigger name.- Returns:
- the triggerName
-
-