Class CreateTektonPipelinePropertiesOptions

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

    public class CreateTektonPipelinePropertiesOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The createTektonPipelineProperties 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. Property name.
        Returns:
        the name
      • type

        public java.lang.String type()
        Gets the type. Property type.
        Returns:
        the type
      • value

        public java.lang.String value()
        Gets the value. Property value. Any string value is valid.
        Returns:
        the value
      • xEnum

        public java.util.List<java.lang.String> xEnum()
        Gets the xEnum. Options for `single_select` property type. Only needed when using `single_select` property type.
        Returns:
        the xEnum
      • path

        public java.lang.String path()
        Gets the path. A dot notation path for `integration` type properties only, to select a value from the tool integration. If left blank the full tool integration data will be used.
        Returns:
        the path