C# Class Cargowire.CIBridge.HookParsers.GitHubHookParser

Inheritance: IHookParser
Show file Open project: cargowire/CIBridge

Public Methods

Method Description
Parse ( NameValueCollection requestData ) : IEnumerable

Translates an http get/post from the Source control solution into a generic format for use with a build engine

Method Details

Parse() public method

Translates an http get/post from the Source control solution into a generic format for use with a build engine
public Parse ( NameValueCollection requestData ) : IEnumerable
requestData System.Collections.Specialized.NameValueCollection
return IEnumerable