github

package
v3.9.0-alpha.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 17, 2018 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package github contains webhook.Plugin implementation of github webhooks according to https://developer.github.com/webhooks/

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type WebHookPlugin added in v3.10.0

type WebHookPlugin struct{}

WebHookPlugin used for processing github webhook requests.

func New

func New() *WebHookPlugin

New returns github webhook plugin.

func (*WebHookPlugin) Extract added in v3.10.0

func (p *WebHookPlugin) Extract(buildCfg *buildapi.BuildConfig, trigger *buildapi.WebHookTrigger, req *http.Request) (revision *buildapi.SourceRevision, envvars []kapi.EnvVar, dockerStrategyOptions *buildapi.DockerStrategyOptions, proceed bool, err error)

Extract services webhooks from github.com

func (*WebHookPlugin) GetTriggers added in v3.10.0

func (p *WebHookPlugin) GetTriggers(buildConfig *buildapi.BuildConfig) ([]*buildapi.WebHookTrigger, error)

GetTriggers retrieves the WebHookTriggers for this webhook type (if any)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL