Метод | Описание | |
---|---|---|
GitHubHandler ( ) : Kudu.Core | ||
GitHubHandler ( IEnvironment enviromentInject ) : Kudu.Core |
Метод | Описание | |
---|---|---|
DetermineSecurityProtocol ( Newtonsoft.Json.Linq.JObject payload ) : string | ||
GetDeployer ( ) : string | ||
IsNoop ( System.Web.HttpRequestBase request, Newtonsoft.Json.Linq.JObject payload, string targetBranch ) : bool | ||
ParserMatches ( System.Web.HttpRequestBase request, Newtonsoft.Json.Linq.JObject payload, string targetBranch ) : bool |
protected DetermineSecurityProtocol ( Newtonsoft.Json.Linq.JObject payload ) : string | ||
payload | Newtonsoft.Json.Linq.JObject | |
Результат | string |
public GitHubHandler ( IEnvironment enviromentInject ) : Kudu.Core | ||
enviromentInject | IEnvironment | |
Результат | Kudu.Core |
protected IsNoop ( System.Web.HttpRequestBase request, Newtonsoft.Json.Linq.JObject payload, string targetBranch ) : bool | ||
request | System.Web.HttpRequestBase | |
payload | Newtonsoft.Json.Linq.JObject | |
targetBranch | string | |
Результат | bool |
protected ParserMatches ( System.Web.HttpRequestBase request, Newtonsoft.Json.Linq.JObject payload, string targetBranch ) : bool | ||
request | System.Web.HttpRequestBase | |
payload | Newtonsoft.Json.Linq.JObject | |
targetBranch | string | |
Результат | bool |