This documentation is archived and is not being maintained.

BuildStoreWebService Class

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

[ClientServiceAttribute(ComponentName = "TeamBuild", RegistrationName = "Build", 
	ServiceName = "BuildStoreService", CollectionServiceIdentifier = "c13c2a8e-4a9f-4fd4-8225-6e40cc733787")]
[WebServiceAttribute(Namespace = "http://schemas.microsoft.com/TeamFoundation/2005/06/Build/BuildInfo/03", 
	Description = "Team Foundation Build Info web service")]
public sealed class BuildStoreWebService : BuildWebServiceBase

The BuildStoreWebService type exposes the following members.

  NameDescription
Public propertyApplicationGets the application object for the current HTTP request. (Inherited from WebService.)
Public propertyContainerGets the container for the component. (Inherited from MarshalByValueComponent.)
Public propertyContextGets the ASP.NET HttpContext for the current request, which encapsulates all HTTP-specific context used by the HTTP server to process Web requests. (Inherited from WebService.)
Public propertyDesignModeGets a value indicating whether the component is currently in design mode. (Inherited from MarshalByValueComponent.)
Public propertyServerGets the HttpServerUtility for the current request. (Inherited from WebService.)
Public propertySessionGets the HttpSessionState instance for the current request. (Inherited from WebService.)
Public propertySiteGets or sets the site of the component. (Inherited from MarshalByValueComponent.)
Public propertySoapVersionGets the version of the SOAP protocol used to make the SOAP request to the XML Web service. (Inherited from WebService.)
Public propertyUserGets the ASP.NET server User object. Can be used to authenticate whether a user is authorized to execute the request. (Inherited from WebService.)
Top

  NameDescription
Public methodAddBuildThis is the webmethod that writes data into the Builds table.
Public methodAddBuildStepThis is the webmethod that writes data into the BuildSteps table.
Public methodAddChangeSetsForBuildThis is the webmethod that writes data into the ChangeSets table.
Public methodAddOpenedWorkItemsForBuildThis is the webmethod that writes data into the OpenedBugs table. Required parameters in each of the WorkItemData objects are WorkItemId,and WorkItemUri title.
Public methodAddPlatformFlavorLogForBuildReturns the compilation details for the given build for the given platform or flavor.
Public methodAddProjectDetailsForBuildThis is the webmethod that writes data into the ProjectDetails table.
Public methodAddWorkItemsForBuildThis is the webmethod that writes data into the WorkItems table.
Public methodDisposeReleases all resources used by the MarshalByValueComponent. (Inherited from MarshalByValueComponent.)
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodGetBuildDetailsReturns all the build configuration information stored in the opstore.
Public methodGetBuildQualitiesReturns all the build qualities stored in the opstore.
Public methodGetBuildStepsReturns the build steps for the given build.
Public methodGetBuildUriReturns the build URI for the given team project and build number.
Public methodGetChangeSetsForBuildReturns all the changesets associated with a build.
Public methodGetCodeCoverageForBuildReturns code coverage for the build corresponding to given platform/flavor.
Public methodGetCodeCoverageStatusForBuildReturns code coverage status for the build corresponding to given platform/flavor. This status includes data about the coverage merge in progress and the error log file.
Public methodGetCompilationSummaryForBuildReturns the compilation details for the given build for the given platform/flavor.
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetListOfBuildsThe buildType parameter is optional here. If buildtype is null/empty the complete list of builds in the given teamProject is returned; otherwise, the builds would be filtered based on the given buildtype.
Public methodGetOpenedWorkItemsForBuildReturns all the opened work items for the build.
Public methodGetPlatformFlavorsForBuildReturns all the platform/flavors built for a given build URI.
Public methodGetServiceGets the implementer of the IServiceProvider. (Inherited from MarshalByValueComponent.)
Public methodGetTestResultsForBuildReturns all the test results for the build corresponding to the given platform/flavor.
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodGetWorkItemsForBuildReturns all the associated work items for the build.
Public methodToStringReturns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from MarshalByValueComponent.)
Public methodUpdateBuildFinishTimeThis is the webmethod that updates the entry FinishTime in the Builds table.
Public methodUpdateBuildFlagThis is the webmethod that updates the bit entry GoodBuildFlag in the Builds table.
Public methodUpdateBuildLogLocationThis is the webmethod that updates the entry LogLocation in the Builds table.
Public methodUpdateBuildNumberAndDropLocationThis is the webmethod that updates the build number and the drop location for the given build.
Public methodUpdateBuildQualityUpdates the build quality for the given build in the opstore. This also adds the build quality to the list maintained for build qualities if it is not already present.
Public methodUpdateBuildStatusUpdates the status of the given build.
Public methodUpdateBuildStepThis is the webmethod that updates data in the BuildSteps table.
Top

  NameDescription
Public eventDisposedAdds an event handler to listen to the Disposed event on the component. (Inherited from MarshalByValueComponent.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: