This documentation is archived and is not being maintained.
IBuildDefinition::CreateManualBuild Method (String, String, BuildStatus, IBuildController, String)
Visual Studio 2013
Creates a build detail record in the Team Foundation Server build database.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
IBuildDetail^ CreateManualBuild( String^ buildNumber, String^ dropLocation, BuildStatus buildStatus, IBuildController^ controller, String^ requestedFor )
Parameters
- buildNumber
- Type: System::String
Build number to assign to the new build.
- dropLocation
- Type: System::String
Location of the binary files that are created by the manual build.
- buildStatus
- Type: Microsoft.TeamFoundation.Build.Client::BuildStatus
The status of the build to set.
- controller
- Type: Microsoft.TeamFoundation.Build.Client::IBuildController
The build controller that is used to create the build.
- requestedFor
- Type: System::String
The user who requested the build.
Return Value
Type: Microsoft.TeamFoundation.Build.Client::IBuildDetailThe new IBuildDetail object that now is in the database.
- 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: