C# Class NightlyBuilder.Program

Mostrar archivo Open project: BraveSirAndrew/duality

Public Methods

Method 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 method

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

ExecuteBackgroundCommand() public static method

public static ExecuteBackgroundCommand ( string command, string workingDir = null ) : void
command string
workingDir string
return void

ExecuteCommand() public static method

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

Main() public static method

public static Main ( string args ) : void
args string
return void

PerformNightlyBuild() public static method

public static PerformNightlyBuild ( ConfigFile config ) : void
config ConfigFile
return void

WildcardToRegex() public static method

public static WildcardToRegex ( string pattern ) : string
pattern string
return string