Share via


IBuildServer.StopBuilds Method

Include Protected Members
Include Inherited Members

Stops the specified builds.

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

StopBuilds(array<IBuildDetail[])

Stops the provided builds. If a build is not currently in progress then no attempt is made to stop the build and no exception is thrown. Builds that no longer exist on the server cause an exception to be thrown.

Public method

StopBuilds(array<Uri[])

Stops all builds with the provided URIs. For builds that are not in progress, the URIs are silently ignored by the server. URIs that do not exist on the server will cause an exception to be thrown.

Top

See Also

Reference

IBuildServer Interface

IBuildServer Members

Microsoft.TeamFoundation.Build.Client Namespace