Class RerunTektonPipelineRunOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.String pipelineId,
                       java.lang.String id)
        Instantiates a new builder with required properties.
        Parameters:
        pipelineId - the pipelineId
        id - the id
    • Method Detail

      • build

        public RerunTektonPipelineRunOptions build()
        Builds a RerunTektonPipelineRunOptions.
        Returns:
        the new RerunTektonPipelineRunOptions instance
      • pipelineId

        public RerunTektonPipelineRunOptions.Builder pipelineId​(java.lang.String pipelineId)
        Set the pipelineId.
        Parameters:
        pipelineId - the pipelineId
        Returns:
        the RerunTektonPipelineRunOptions builder