C# Class Apphbify.Services.DeploymentService

Inheritance: IDeploymentService
Show file Open project: csainty/Apphbify

Public Methods

Method Description
Deploy ( string siteName, string regionId, App application, string>.Dictionary variables, string &slug ) : DeploymentResult
DeploymentService ( IApiService api, DataStore data ) : System.Collections.Generic

Method Details

Deploy() public method

public Deploy ( string siteName, string regionId, App application, string>.Dictionary variables, string &slug ) : DeploymentResult
siteName string
regionId string
application App
variables string>.Dictionary
slug string
return DeploymentResult

DeploymentService() public method

public DeploymentService ( IApiService api, DataStore data ) : System.Collections.Generic
api IApiService
data DataStore
return System.Collections.Generic