C# Class Kudu.Services.ServiceHookHandlers.GitHubHandler

Inheritance: GitHubCompatHandler
Show file Open project: projectkudu/kudu Class Usage Examples

Public Methods

Method Description
GitHubHandler ( ) : Kudu.Core
GitHubHandler ( IEnvironment enviromentInject ) : Kudu.Core

Protected Methods

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

Method Details

DetermineSecurityProtocol() protected method

protected DetermineSecurityProtocol ( Newtonsoft.Json.Linq.JObject payload ) : string
payload Newtonsoft.Json.Linq.JObject
return string

GetDeployer() protected method

protected GetDeployer ( ) : string
return string

GitHubHandler() public method

public GitHubHandler ( ) : Kudu.Core
return Kudu.Core

GitHubHandler() public method

public GitHubHandler ( IEnvironment enviromentInject ) : Kudu.Core
enviromentInject IEnvironment
return Kudu.Core

IsNoop() protected method

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

ParserMatches() protected method

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