C# 클래스 Cargowire.CIBridge.HookParsers.GitHubHookParser

상속: IHookParser
파일 보기 프로젝트 열기: cargowire/CIBridge

공개 메소드들

메소드 설명
Parse ( NameValueCollection requestData ) : IEnumerable

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

메소드 상세

Parse() 공개 메소드

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
리턴 IEnumerable