Class ListTektonPipelineRunsOptions

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

    public class ListTektonPipelineRunsOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The listTektonPipelineRuns options.
    • Method Detail

      • 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