TeamFoundationServer2010.TFSBuildControllerTFSBuildController

TeamFoundationServer2010.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
ElementId7b9d5ed1-1073-3665-2646-f6e961fa803c

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 
TeamFoundationServer2010.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 

Health Model:

Source Code:

<ClassType ID="TeamFoundationServer2010.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"/>
</ClassType>