Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
ExecuteSuspendedProcessHack ( string arguments ) : void | ||
GetNodeValue ( this node, string @default ) : string | ||
ShowHelp ( OptionSet options ) : void | ||
setupLog4Net ( ) : void |
public static CygwinizePath ( string path ) : string | ||
path | string | |
Результат | string |
public static GetCIncludePath ( int lane_id, string revision ) : string | ||
lane_id | int | |
revision | string | |
Результат | string |
public static GetCPlusIncludePath ( int lane_id, string revision ) : string | ||
lane_id | int | |
revision | string | |
Результат | string |
public static GetDataInstallDir ( int lane_id, string revision ) : string | ||
lane_id | int | |
revision | string | |
Результат | string |
public static GetDataLane ( int lane_id ) : string | ||
lane_id | int | |
Результат | string |
public static GetDataLogDir ( int lane_id, string revision ) : string | ||
lane_id | int | |
revision | string | |
Результат | string |
public static GetDataRevisionDir ( int lane_id, string revision ) : string | ||
lane_id | int | |
revision | string | |
Результат | string |
public static GetDataSourceDir ( int lane_id, string revision ) : string | ||
lane_id | int | |
revision | string | |
Результат | string |
public static GetDependentDownloadDirectory ( int lane_id, string dependent_lane, string revision ) : string | ||
lane_id | int | |
dependent_lane | string | |
revision | string | |
Результат | string |
public static GetFilesDirectory ( ) : string | ||
Результат | string |
public static GetLdLibraryPath ( int lane_id, string revision ) : string | ||
lane_id | int | |
revision | string | |
Результат | string |
public static GetPath ( int lane_id, string revision ) : string | ||
lane_id | int | |
revision | string | |
Результат | string |
public static GetPkgConfigPath ( int lane_id, string revision ) : string | ||
lane_id | int | |
revision | string | |
Результат | string |
public static GetPlatform ( ) : System.Platform | ||
Результат | System.Platform |
public static GetReleaseDirectory ( ) : string | ||
Результат | string |
public static GetSchedulerCommitsDirectory ( ) : string | ||
Результат | string |
public static GetSchedulerRepositoryCacheDirectory ( string repository ) : string | ||
repository | string | |
Результат | string |
public static GetWebSiteUrl ( ) : string | ||
Результат | string |
public static LoadConfiguration ( string arguments ) : bool | ||
arguments | string | |
Результат | bool |
public static LoadConfiguration ( string arguments, string file ) : bool | ||
arguments | string | |
file | string | |
Результат | bool |
public static VerifyBuildBotConfiguration ( ) : bool | ||
Результат | bool |
public static bool AllowAnonymousAccess | ||
Результат | bool |
public static bool AllowPasswordLogin | ||
Результат | bool |
public static string AllowedCommitReporterIPs | ||
Результат | string |
public static bool AutomaticScheduler | ||
Результат | bool |
public static int AutomaticSchedulerInterval | ||
Результат | int |
public static string ChildProcessAlgorithm | ||
Результат | string |
public static bool CleanLargeObjects | ||
Результат | bool |
public static int ConnectionRetryDuration | ||
Результат | int |
public static string DatabasePassword | ||
Результат | string |
public static bool ExecuteDeletionDirectives | ||
Результат | bool |
public static string GitHubOauthClientId | ||
Результат | string |
public static string GitHubOauthClientSecret | ||
Результат | string |
public static string GitHubOauthRedirect | ||
Результат | string |
public static string[] GitHubOrganizationList | ||
Результат | string[] |
public static string LockingAlgorithm | ||
Результат | string |
public static bool MoveFilesToDatabase | ||
Результат | bool |
public static bool MoveFilesToFileSystem | ||
Результат | bool |
public static string OauthClientSecret | ||
Результат | string |
public static string RevDataDirectory | ||
Результат | string |
public static string SchedulerAccount | ||
Результат | string |
public static string SchedulerPassword | ||
Результат | string |
public static string WebServicePassword | ||
Результат | string |