BuildWebService4.NotifyBuildCompleted Method

Notify the server that the build with the provided URI has completed.

Namespace:  Microsoft.TeamFoundation.Build.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function NotifyBuildCompleted ( _
    buildUri As String _
) As BuildDetail
[WebMethodAttribute]
public BuildDetail NotifyBuildCompleted(
    string buildUri
)
[WebMethodAttribute]
public:
BuildDetail^ NotifyBuildCompleted(
    String^ buildUri
)
[<WebMethodAttribute>]
member NotifyBuildCompleted : 
        buildUri:string -> BuildDetail
public function NotifyBuildCompleted(
    buildUri : String
) : BuildDetail

Parameters

  • buildUri
    Type: System.String

    The URI of the build that has completed.

Return Value

Type: Microsoft.TeamFoundation.Build.Server.BuildDetail
Returns BuildDetail.

.NET Framework Security

See Also

Reference

BuildWebService4 Class

Microsoft.TeamFoundation.Build.Server Namespace