Kudu.Services.ServiceHookHandlers.GitHubHandler.GetDeployer C# (CSharp) Method

GetDeployer() protected method

protected GetDeployer ( ) : string
return string
        protected override string GetDeployer()
        {
            return "GitHub";
        }
    }