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.StringThe URI of the build that has completed.
Return Value
Type: Microsoft.TeamFoundation.Build.Server.BuildDetail
Returns BuildDetail.
.NET Framework Security
- 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.