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)

Syntax

'Declaration
Function GetBuildController ( _
    name As String _
) As IBuildController
IBuildController GetBuildController(
    string name
)
IBuildController^ GetBuildController(
    String^ name
)
abstract GetBuildController : 
        name:string -> IBuildController
function GetBuildController(
    name : String
) : IBuildController

Parameters

  • name
    Type: System.String

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

Return Value

Type: Microsoft.TeamFoundation.Build.Client.IBuildController
The discovered build controller

.NET Framework Security

See Also

Reference

IBuildServer Interface

GetBuildController Overload

Microsoft.TeamFoundation.Build.Client Namespace