This topic has not yet been rated - Rate this topic

IBuildServer.GetBuildController Method (String)

Retrieves a single build controller using the specified display name. A wildcard character may be specified, but if more than one controller is matched than an exception is thrown.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
IBuildController GetBuildController(
	string name
)

Parameters

name
Type: String

The display name of the build controller (wildcard characters allowed)

Return Value

Type: Microsoft.TeamFoundation.Build.Client.IBuildController
The discovered build controller
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.