Class ListTektonPipelinePropertiesOptions

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

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

      • pipelineId

        public java.lang.String pipelineId()
        Gets the pipelineId. The Tekton pipeline ID.
        Returns:
        the pipelineId
      • name

        public java.lang.String name()
        Gets the name. Filters the collection to resources with the specified property name.
        Returns:
        the name
      • type

        public java.util.List<java.lang.String> type()
        Gets the type. Filters the collection to resources with the specified property type.
        Returns:
        the type
      • sort

        public java.lang.String sort()
        Gets the sort. Sorts the returned properties by name, in ascending order using `name` or in descending order using `-name`.
        Returns:
        the sort