Méthode | Description | |
---|---|---|
CopyDirectory ( string sourcePath, string targetPath, bool overwrite = false, Predicate |
||
ExecuteBackgroundCommand ( string command, string workingDir = null ) : void | ||
ExecuteCommand ( string command, string workingDir = null, bool verbose = true ) : void | ||
Main ( string args ) : void | ||
PerformNightlyBuild ( |
||
WildcardToRegex ( string pattern ) : string |
public static CopyDirectory ( string sourcePath, string targetPath, bool overwrite = false, Predicate |
||
sourcePath | string | |
targetPath | string | |
overwrite | bool | |
filter | Predicate |
|
Résultat | void |
public static ExecuteBackgroundCommand ( string command, string workingDir = null ) : void | ||
command | string | |
workingDir | string | |
Résultat | void |
public static ExecuteCommand ( string command, string workingDir = null, bool verbose = true ) : void | ||
command | string | |
workingDir | string | |
verbose | bool | |
Résultat | void |
public static PerformNightlyBuild ( |
||
config | ||
Résultat | void |
public static WildcardToRegex ( string pattern ) : string | ||
pattern | string | |
Résultat | string |