BuildMaster SDK Reference
Version:

BuildMasterConfig.System Class

Contains configuration settings related to the BuildMaster system.

Inheritance Hierarchy

  • object
    • Inedo.BuildMaster.BuildMasterConfig<Inedo.BuildMaster.BuildMasterConfig.System>
      • Inedo.BuildMaster.BuildMasterConfig.System

Syntax

public class BuildMasterConfig.System : BuildMasterConfig<BuildMasterConfig.System>

Properties

Name Description
BaseUrl

Gets or sets the base URL for BuildMaster (ex: http://buildmaster:81). This is used primarily by the service and event listeners since they are independent from the web application.

IntegrationUrl

Gets or sets the base URL for online integration with BuildMaster. If no value is set, https://inedo.com/bm is used.

ServiceTempPath

Gets or sets the root temp path for use by file system operations and executiongs in the BuildMaster service.

SoftwareUpdateAvailable

Gets or sets a value indicating whether the web application will display a notice to admin users that a software update is available..

WebTempPath

Gets or sets the root temp path for use by file system operations in the BuildMaster web application.