Class PipelineRunsCollection

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class PipelineRunsCollection
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Tekton pipeline runs object.
    • 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