C# Class Kudu.Services.ServiceHookHandlers.CodebaseHqHandler

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

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

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