This documentation is archived and is not being maintained.
IBuildServer.SaveBuildControllers Method
Visual Studio 2013
Saves any changes that were made to the build controllers to the server.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
function SaveBuildControllers(
controllers : IBuildController[]
) : IBuildController[]
Parameters
- controllers
- Type: Microsoft.TeamFoundation.Build.Client.IBuildController[]
The controllers to be saved.
Return Value
Type: Microsoft.TeamFoundation.Build.Client.IBuildController[]The saved build controllers.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: