Class PipelineRunsCollection
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.continuous_delivery.cd_tekton_pipeline.v2.model.PipelineRunsCollection
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PipelineRunsCollection extends com.ibm.cloud.sdk.core.service.model.GenericModelTekton pipeline runs object.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RunsFirstPagegetFirst()Gets the first.RunsLastPagegetLast()Gets the last.java.lang.LonggetLimit()Gets the limit.RunsNextPagegetNext()Gets the next.java.util.List<PipelineRun>getPipelineRuns()Gets the pipelineRuns.
-
-
-
Method Detail
-
getPipelineRuns
public java.util.List<PipelineRun> getPipelineRuns()
Gets the pipelineRuns. Tekton pipeline runs list.- Returns:
- the pipelineRuns
-
getLimit
public java.lang.Long getLimit()
Gets the limit. The number of pipeline runs to return, sorted by creation time, most recent first.- Returns:
- the limit
-
getFirst
public RunsFirstPage getFirst()
Gets the first. First page of pipeline runs.- Returns:
- the first
-
getNext
public RunsNextPage getNext()
Gets the next. Next page of pipeline runs relative to the `start` and `limit` params. Only included when there are more pages available.- Returns:
- the next
-
getLast
public RunsLastPage getLast()
Gets the last. Last page of pipeline runs relative to the `start` and `limit` params. Only included when the last page has been reached.- Returns:
- the last
-
-