TeamFoundationServer2012.TFSBuildControllerTFSBuildController

TeamFoundationServer2012.TFSBuildController (ClassType)

Knowledge Base article:

Summary

Each build controller is dedicated to a single team project collection. The controller accepts build requests from any team project in a specified team project collection.

Element properties:

Base ClassSystem.Service
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId48acd3dd-2c4c-1859-dc4a-b861ba26d9f4

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
TeamFoundationServer2012.TFSBuildController:
ControllerName  string  Controller Name true 256  False 
URI  string  URI false 256  False 
ServiceHostURI  string  Service Host URI false 256  False 
URL  string  URL false 256  False 
HostName  string  Computer Name false 256  False 

Health Model:

Source Code:

<ClassType ID="TeamFoundationServer2012.TFSBuildController" Accessibility="Public" Abstract="false" Base="System!System.Service" Hosted="true" Singleton="false">
<Property ID="ControllerName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="URI" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ServiceHostURI" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="URL" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="HostName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>