IBuildServer.GetBuildController Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetBuildController(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. | |
GetBuildController(Uri, Boolean) | Gets a single build controller. | |
GetBuildController(Uri, array<String[], Boolean) | Gets a single build controller. |
Top