C# Class Kudu.Services.ServiceHookHandlers.GitHubHandler

Inheritance: GitHubCompatHandler
Afficher le fichier Open project: projectkudu/kudu Class Usage Examples

Méthodes publiques

Méthode Description
GitHubHandler ( ) : Kudu.Core
GitHubHandler ( IEnvironment enviromentInject ) : Kudu.Core

Méthodes protégées

Méthode 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 méthode

protected DetermineSecurityProtocol ( Newtonsoft.Json.Linq.JObject payload ) : string
payload Newtonsoft.Json.Linq.JObject
Résultat string

GetDeployer() protected méthode

protected GetDeployer ( ) : string
Résultat string

GitHubHandler() public méthode

public GitHubHandler ( ) : Kudu.Core
Résultat Kudu.Core

GitHubHandler() public méthode

public GitHubHandler ( IEnvironment enviromentInject ) : Kudu.Core
enviromentInject IEnvironment
Résultat Kudu.Core

IsNoop() protected méthode

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
Résultat bool

ParserMatches() protected méthode

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
Résultat bool