C# 클래스 DeploymentTask.Tasks.MsDeployTaskExtensions

파일 보기 프로젝트 열기: twistedtwig/AutomatedDeployments

공개 메소드들

메소드 설명
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

메소드 상세

EnsureStringhasOnlyOneTrailingWhiteSpace() 공개 정적인 메소드

public static EnsureStringhasOnlyOneTrailingWhiteSpace ( string value ) : string
value string
리턴 string

GetMsDeployAllowUntrusted() 공개 정적인 메소드

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

GetMsDeployDeleteFileParams() 공개 정적인 메소드

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

GetMsDeployExecuteCmdDestination() 공개 정적인 메소드

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

GetMsDeployExecuteCmdParams() 공개 정적인 메소드

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

GetMsDeployExecuteCmdSource() 공개 정적인 메소드

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

GetMsDeployExecuteCmdSync() 공개 정적인 메소드

public static GetMsDeployExecuteCmdSync ( ) : string
리턴 string