BuildControllerWebService Methods

Include Protected Members
Include Inherited Members

The BuildControllerWebService type exposes the following members.

Methods

  Name Description
Public method BuildCompleted Called to raise the buildcompleted event
Public method DeleteBuild Called to delete a given build. The failureMessage parameter contains the error/warning that might occur when you perform this operation. If the Boolean returned is false, failureMessage contains the error. If the Boolean returned is true, failureMessage contains the warning.
Public method Dispose Releases all resources used by the MarshalByValueComponent. (Inherited from MarshalByValueComponent.)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetService Gets the implementer of the IServiceProvider. (Inherited from MarshalByValueComponent.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method InsertBuildQuality Inserts the build quality in the given teamproject parameter.
Public method RemoveBuildQuality Removes the given buildquality in the given team project.
Public method RemoveRun Delete the test data from the database.
Public method ReportBuildError This method should be called to report that the build failed when MSBuild exits with a non-zero exitCode on the build machine.
Public method StartBuild This method is called to start a build.
Public method StopBuild Called to stop a given build. The failureMessage parameter contains the error that occurs when the build is stopped.
Public method ToString Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from MarshalByValueComponent.)
Public method ValidateBuildStart

Top

See Also

Reference

BuildControllerWebService Class

Microsoft.TeamFoundation.Build.Server.Compatibility Namespace