C# Class DeploymentTask.Tasks.MsDeployTaskExtensions

Show file Open project: twistedtwig/AutomatedDeployments

Public Methods

Method Description
EnsureStringhasOnlyOneTrailingWhiteSpace ( string value ) : string
GetMsDeployAllowUntrusted ( DeploymentConfiguration.Actions.ActionComponentGraphBase actionComponentGraph ) : string
GetMsDeployDeleteFileParams ( DeploymentConfiguration.Actions.ActionComponentGraphBase actionComponentGraph, string filePath ) : string
GetMsDeployExecuteCmdDestination ( DeploymentConfiguration.Actions.ActionComponentGraphBase ActionComponentGraph ) : string
GetMsDeployExecuteCmdParams ( DeploymentConfiguration.Actions.ActionComponentGraphBase actionComponentGraph, string pathToCmd, int waitInterval = null ) : string
GetMsDeployExecuteCmdSource ( string pathToCmd, int waitInterval = null ) : string
GetMsDeployExecuteCmdSync ( ) : string

Method Details

EnsureStringhasOnlyOneTrailingWhiteSpace() public static method

public static EnsureStringhasOnlyOneTrailingWhiteSpace ( string value ) : string
value string
return string

GetMsDeployAllowUntrusted() public static method

public static GetMsDeployAllowUntrusted ( DeploymentConfiguration.Actions.ActionComponentGraphBase actionComponentGraph ) : string
actionComponentGraph DeploymentConfiguration.Actions.ActionComponentGraphBase
return string

GetMsDeployDeleteFileParams() public static method

public static GetMsDeployDeleteFileParams ( DeploymentConfiguration.Actions.ActionComponentGraphBase actionComponentGraph, string filePath ) : string
actionComponentGraph DeploymentConfiguration.Actions.ActionComponentGraphBase
filePath string
return string

GetMsDeployExecuteCmdDestination() public static method

public static GetMsDeployExecuteCmdDestination ( DeploymentConfiguration.Actions.ActionComponentGraphBase ActionComponentGraph ) : string
ActionComponentGraph DeploymentConfiguration.Actions.ActionComponentGraphBase
return string

GetMsDeployExecuteCmdParams() public static method

public static GetMsDeployExecuteCmdParams ( DeploymentConfiguration.Actions.ActionComponentGraphBase actionComponentGraph, string pathToCmd, int waitInterval = null ) : string
actionComponentGraph DeploymentConfiguration.Actions.ActionComponentGraphBase
pathToCmd string
waitInterval int
return string

GetMsDeployExecuteCmdSource() public static method

public static GetMsDeployExecuteCmdSource ( string pathToCmd, int waitInterval = null ) : string
pathToCmd string
waitInterval int
return string

GetMsDeployExecuteCmdSync() public static method

public static GetMsDeployExecuteCmdSync ( ) : string
return string