Property | Type | Description | |
---|---|---|---|
buildInfo | BuildInfo | ||
state | State |
Method | Description | |
---|---|---|
Build ( System.BuildInfo buildInfo ) : System |
Constructor
|
|
run ( ) : void |
Run the Build Job
|
Method | Description | |
---|---|---|
DeleteDirectory ( string target_dir ) : void |
Delete non empty directory tree
|
|
cloneCmd ( ) : string |
Get the Clone CMD
|
|
exec ( string sCommand ) : bool |
Execute a command
|
|
fetchCmd ( ) : string |
Get the Fetch CMD
|
|
initProjectDir ( ) : void |
Initialize project dir and checkout repo
|
|
outputHandler ( object sendingProcess, DataReceivedEventArgs outLine ) : void |
STDOUT/STDERR Handler
|
public Build ( System.BuildInfo buildInfo ) : System | ||
buildInfo | System.BuildInfo | Build Info |
return | System |