C# 클래스 Kudu.Services.ServiceHookHandlers.CodebaseHqHandler

상속: GitHubCompatHandler
파일 보기 프로젝트 열기: projectkudu/kudu 1 사용 예제들

보호된 메소드들

메소드 설명
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

메소드 상세

DetermineSecurityProtocol() 보호된 메소드

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

GetDeployer() 보호된 메소드

protected GetDeployer ( ) : string
리턴 string

IsNoop() 보호된 메소드

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

ParserMatches() 보호된 메소드

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