Method | Description | |
---|---|---|
GitHubHandler ( ) : Kudu.Core | ||
GitHubHandler ( IEnvironment enviromentInject ) : Kudu.Core |
Method | Description | |
---|---|---|
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 | |
return | string |
public GitHubHandler ( IEnvironment enviromentInject ) : Kudu.Core | ||
enviromentInject | IEnvironment | |
return | 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 | |
return | 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 | |
return | bool |