Class ListTektonPipelineTriggersOptions

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

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

      • pipelineId

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

        public java.lang.String type()
        Gets the type. Optional filter by "type", accepts a comma separated list of types. Valid types are "manual", "scm", "generic", and "timer".
        Returns:
        the type
      • name

        public java.lang.String name()
        Gets the name. Optional filter by "name", accepts a single string value.
        Returns:
        the name
      • eventListener

        public java.lang.String eventListener()
        Gets the eventListener. Optional filter by "event_listener", accepts a single string value.
        Returns:
        the eventListener
      • workerId

        public java.lang.String workerId()
        Gets the workerId. Optional filter by "worker.id", accepts a single string value.
        Returns:
        the workerId
      • workerName

        public java.lang.String workerName()
        Gets the workerName. Optional filter by "worker.name", accepts a single string value.
        Returns:
        the workerName
      • disabled

        public java.lang.String disabled()
        Gets the disabled. Optional filter by "disabled" state, possible values are "true" or "false".
        Returns:
        the disabled
      • tags

        public java.lang.String tags()
        Gets the tags. Optional filter by "tags", accepts a comma separated list of tags. The response lists triggers having at least one matching tag.
        Returns:
        the tags