Method | Description | |
---|---|---|
TryParseDeploymentInfo ( System.Web.HttpRequestBase request, Newtonsoft.Json.Linq.JObject payload, string targetBranch, Kudu.Services.ServiceHookHandlers.DeploymentInfo &deploymentInfo ) : DeployAction | ||
VSOHandler ( IDeploymentSettingsManager settings ) : System |
Method | Description | |
---|---|---|
GetDeployer ( ) : string | ||
GetDeploymentInfo ( System.Web.HttpRequestBase request, Newtonsoft.Json.Linq.JObject payload, string targetBranch ) : Kudu.Services.ServiceHookHandlers.DeploymentInfo |
Method | Description | |
---|---|---|
GetRemoteUrl ( Newtonsoft.Json.Linq.JObject payload ) : |
protected GetDeploymentInfo ( System.Web.HttpRequestBase request, Newtonsoft.Json.Linq.JObject payload, string targetBranch ) : Kudu.Services.ServiceHookHandlers.DeploymentInfo | ||
request | System.Web.HttpRequestBase | |
payload | Newtonsoft.Json.Linq.JObject | |
targetBranch | string | |
return | Kudu.Services.ServiceHookHandlers.DeploymentInfo |
public TryParseDeploymentInfo ( System.Web.HttpRequestBase request, Newtonsoft.Json.Linq.JObject payload, string targetBranch, Kudu.Services.ServiceHookHandlers.DeploymentInfo &deploymentInfo ) : DeployAction | ||
request | System.Web.HttpRequestBase | |
payload | Newtonsoft.Json.Linq.JObject | |
targetBranch | string | |
deploymentInfo | Kudu.Services.ServiceHookHandlers.DeploymentInfo | |
return | DeployAction |
public VSOHandler ( IDeploymentSettingsManager settings ) : System | ||
settings | IDeploymentSettingsManager | |
return | System |