Class ListTektonPipelineTriggerPropertiesOptions

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

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

      • pipelineId

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

        public java.lang.String triggerId()
        Gets the triggerId. The trigger ID.
        Returns:
        the triggerId
      • name

        public java.lang.String name()
        Gets the name. Filter properties by `name`.
        Returns:
        the name
      • type

        public java.lang.String type()
        Gets the type. Filter properties by `type`. Valid types are `secure`, `text`, `integration`, `single_select`, `appconfig`.
        Returns:
        the type
      • sort

        public java.lang.String sort()
        Gets the sort. Sort properties by name. They can be sorted in ascending order using `name` or in descending order using `-name`.
        Returns:
        the sort