Method | Description | |
---|---|---|
CygwinizePath ( string path ) : string | ||
GetArch ( ) : string |
Get the architecture of the machine we're running on. Either BUILDER_ARCH or 'Default'
|
|
GetCIncludePath ( int lane_id, string revision ) : string | ||
GetCPlusIncludePath ( int lane_id, string revision ) : string | ||
GetDataInstallDir ( int lane_id, string revision ) : string |
BUILD_DATA/lanes/BUILD_LANE/BUILD_REVISION/install
|
|
GetDataLane ( int lane_id ) : string | ||
GetDataLogDir ( int lane_id, string revision ) : string |
BUILD_DATA/lanes/BUILD_LANE/BUILD_REVISION/logs
|
|
GetDataRevisionDir ( int lane_id, string revision ) : string |
BUILD_DATA/lanes/BUILD_LANE/BUILD_REVISION
|
|
GetDataSourceDir ( int lane_id, string revision ) : string |
BUILD_DATA/lanes/BUILD_LANE/BUILD_REVISION/source
|
|
GetDependentDownloadDirectory ( int lane_id, string dependent_lane, string revision ) : string | ||
GetFilesDirectory ( ) : string |
The directory where the database stores the files (as opposed to storing the files in the db itself)
|
|
GetHost ( ) : string |
Get the host name of the machine we're running on. Either BUILDER_HOST or 'Default'
|
|
GetLdLibraryPath ( int lane_id, string revision ) : string | ||
GetPath ( int lane_id, string revision ) : string | ||
GetPkgConfigPath ( int lane_id, string revision ) : string | ||
GetPlatform ( ) : System.Platform |
The platform we're currently executing on.
|
|
GetReleaseDirectory ( ) : string |
The directory where the monkeywrench releases are stored
|
|
GetSchedulerCommitsDirectory ( ) : string |
The web frontend receives files to ReportCommit.aspx, these files are written into this directory. The scheduler looks for files in this directory and only accesses the remote repository when it determines that something has been committed.
|
|
GetSchedulerRepositoryCacheDirectory ( string repository ) : string |
A repository cache directory for the schedulers which may need it (git)
|
|
GetWebSiteUrl ( ) : string | ||
LoadConfiguration ( string arguments ) : bool |
Loads any configuration. Returns false if loading fails, in which case the application must exit asap. There's no need to report errors, an error message have been printed to stderr.
|
|
LoadConfiguration ( string arguments, string file ) : bool | ||
VerifyBuildBotConfiguration ( ) : bool |
Method | Description | |
---|---|---|
ExecuteSuspendedProcessHack ( string arguments ) : void | ||
GetNodeValue ( this node, string @default ) : string | ||
ShowHelp ( OptionSet options ) : void | ||
setupLog4Net ( ) : void |
public static CygwinizePath ( string path ) : string | ||
path | string | |
return | string |
public static GetCIncludePath ( int lane_id, string revision ) : string | ||
lane_id | int | |
revision | string | |
return | string |
public static GetCPlusIncludePath ( int lane_id, string revision ) : string | ||
lane_id | int | |
revision | string | |
return | string |
public static GetDataInstallDir ( int lane_id, string revision ) : string | ||
lane_id | int | |
revision | string | |
return | string |
public static GetDataLane ( int lane_id ) : string | ||
lane_id | int | |
return | string |
public static GetDataLogDir ( int lane_id, string revision ) : string | ||
lane_id | int | |
revision | string | |
return | string |
public static GetDataRevisionDir ( int lane_id, string revision ) : string | ||
lane_id | int | |
revision | string | |
return | string |
public static GetDataSourceDir ( int lane_id, string revision ) : string | ||
lane_id | int | |
revision | string | |
return | string |
public static GetDependentDownloadDirectory ( int lane_id, string dependent_lane, string revision ) : string | ||
lane_id | int | |
dependent_lane | string | |
revision | string | |
return | string |
public static GetLdLibraryPath ( int lane_id, string revision ) : string | ||
lane_id | int | |
revision | string | |
return | string |
public static GetPath ( int lane_id, string revision ) : string | ||
lane_id | int | |
revision | string | |
return | string |
public static GetPkgConfigPath ( int lane_id, string revision ) : string | ||
lane_id | int | |
revision | string | |
return | string |
public static GetPlatform ( ) : System.Platform | ||
return | System.Platform |
public static GetReleaseDirectory ( ) : string | ||
return | string |
public static GetSchedulerCommitsDirectory ( ) : string | ||
return | string |
public static GetSchedulerRepositoryCacheDirectory ( string repository ) : string | ||
repository | string | |
return | string |
public static LoadConfiguration ( string arguments ) : bool | ||
arguments | string | |
return | bool |
public static LoadConfiguration ( string arguments, string file ) : bool | ||
arguments | string | |
file | string | |
return | bool |
public static VerifyBuildBotConfiguration ( ) : bool | ||
return | bool |
public static string AllowedCommitReporterIPs | ||
return | string |
public static int AutomaticSchedulerInterval | ||
return | int |
public static string ChildProcessAlgorithm | ||
return | string |
public static bool ExecuteDeletionDirectives | ||
return | bool |
public static string GitHubOauthClientSecret | ||
return | string |
public static string[] GitHubOrganizationList | ||
return | string[] |