C# Class DeploymentTask.Tasks.MsDeployTaskExtensions

Afficher le fichier Open project: twistedtwig/AutomatedDeployments

Méthodes publiques

Méthode 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 méthode

public static EnsureStringhasOnlyOneTrailingWhiteSpace ( string value ) : string
value string
Résultat string

GetMsDeployAllowUntrusted() public static méthode

public static GetMsDeployAllowUntrusted ( DeploymentConfiguration.Actions.ActionComponentGraphBase actionComponentGraph ) : string
actionComponentGraph DeploymentConfiguration.Actions.ActionComponentGraphBase
Résultat string

GetMsDeployDeleteFileParams() public static méthode

public static GetMsDeployDeleteFileParams ( DeploymentConfiguration.Actions.ActionComponentGraphBase actionComponentGraph, string filePath ) : string
actionComponentGraph DeploymentConfiguration.Actions.ActionComponentGraphBase
filePath string
Résultat string

GetMsDeployExecuteCmdDestination() public static méthode

public static GetMsDeployExecuteCmdDestination ( DeploymentConfiguration.Actions.ActionComponentGraphBase ActionComponentGraph ) : string
ActionComponentGraph DeploymentConfiguration.Actions.ActionComponentGraphBase
Résultat string

GetMsDeployExecuteCmdParams() public static méthode

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

GetMsDeployExecuteCmdSource() public static méthode

public static GetMsDeployExecuteCmdSource ( string pathToCmd, int waitInterval = null ) : string
pathToCmd string
waitInterval int
Résultat string

GetMsDeployExecuteCmdSync() public static méthode

public static GetMsDeployExecuteCmdSync ( ) : string
Résultat string