C# Класс Cargowire.CIBridge.HookParsers.GitHubHookParser

Наследование: IHookParser
Показать файл Открыть проект

Открытые методы

Метод Описание
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