Method | Description | |
---|---|---|
BuildPackage ( ) : bool | ||
GetDeploymentType ( ) : BuildFactory.Deployments | ||
GetFriendlyName ( ) : string | ||
Process ( ) : bool | ||
SteamDeployment ( ) : System.IO | ||
SteamDeployment ( string username, string password ) : System.IO | ||
SteamDeployment ( string username, string password, string script ) : System.IO |
public GetDeploymentType ( ) : BuildFactory.Deployments | ||
return | BuildFactory.Deployments |
public SteamDeployment ( string username, string password ) : System.IO | ||
username | string | |
password | string | |
return | System.IO |
public SteamDeployment ( string username, string password, string script ) : System.IO | ||
username | string | |
password | string | |
script | string | |
return | System.IO |