Versions in this module Expand all Collapse all v0 v0.4.0 Dec 8, 2020 Changes in this version + func Execute(pd *PipelineDefinition, hook scm.Webhook, generateName string) (*pipelinev1.PipelineRun, error) + type Handler struct + func New(scmClient git.SCM, pipelineClient pipelineclientset.Interface, ...) *Handler + func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) + type ParamBinding struct + Expression string + Name string + type PipelineDefinition struct + Filter string + ParamBindings []ParamBinding + PipelineRunSpec pipelinev1.PipelineRunSpec + func Parse(in io.Reader) (*PipelineDefinition, error)