C# Class NightlyBuilder.Program

Afficher le fichier Open project: BraveSirAndrew/duality

Méthodes publiques

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

Method Details

CopyDirectory() public static méthode

public static CopyDirectory ( string sourcePath, string targetPath, bool overwrite = false, Predicate filter = null ) : void
sourcePath string
targetPath string
overwrite bool
filter Predicate
Résultat void

ExecuteBackgroundCommand() public static méthode

public static ExecuteBackgroundCommand ( string command, string workingDir = null ) : void
command string
workingDir string
Résultat void

ExecuteCommand() public static méthode

public static ExecuteCommand ( string command, string workingDir = null, bool verbose = true ) : void
command string
workingDir string
verbose bool
Résultat void

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void

PerformNightlyBuild() public static méthode

public static PerformNightlyBuild ( ConfigFile config ) : void
config ConfigFile
Résultat void

WildcardToRegex() public static méthode

public static WildcardToRegex ( string pattern ) : string
pattern string
Résultat string