IBuildDefinition.CreateManualBuild Method

Include Protected Members
Include Inherited Members

Creates a build detail record in the Team Foundation Server build database.

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

Public method

CreateManualBuild(String)

Creates a build detail record in the Team Foundation Server build database. Build information and other changes can be made to the returned IBuildDetail object.

Public method

CreateManualBuild(String, String)

Creates a build detail record in the Team Foundation Server build database. Build information and other changes can be made to the returned IBuildDetail object.

Public method

CreateManualBuild(String, String, BuildStatus, IBuildAgent, String)

Creates a build detail record in the Team Foundation Server build database. Build information and other changes can be made to the returned IBuildDetail object.

Top

See Also

Reference

IBuildDefinition Interface

IBuildDefinition Members

Microsoft.TeamFoundation.Build.Client Namespace