BuildStoreWebService Class
Inheritance Hierarchy
System.Object
System.ComponentModel.MarshalByValueComponent
System.Web.Services.WebService
Microsoft.TeamFoundation.Server.Core.WebServices.TeamFoundationWebService
Microsoft.TeamFoundation.Build.Server.BuildWebServiceBase
Microsoft.TeamFoundation.Build.Server.Compatibility.BuildStoreWebService
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientServiceAttribute(ComponentName := "TeamBuild", RegistrationName := "Build", _
ServiceName := "BuildStoreService", CollectionServiceIdentifier := "c13c2a8e-4a9f-4fd4-8225-6e40cc733787")> _
<WebServiceAttribute(Namespace := "https://schemas.microsoft.com/TeamFoundation/2005/06/Build/BuildInfo/03", _
Description := "Team Foundation Build Info web service")> _
Public NotInheritable Class BuildStoreWebService _
Inherits BuildWebServiceBase
[ClientServiceAttribute(ComponentName = "TeamBuild", RegistrationName = "Build",
ServiceName = "BuildStoreService", CollectionServiceIdentifier = "c13c2a8e-4a9f-4fd4-8225-6e40cc733787")]
[WebServiceAttribute(Namespace = "https://schemas.microsoft.com/TeamFoundation/2005/06/Build/BuildInfo/03",
Description = "Team Foundation Build Info web service")]
public sealed class BuildStoreWebService : BuildWebServiceBase
[ClientServiceAttribute(ComponentName = L"TeamBuild", RegistrationName = L"Build",
ServiceName = L"BuildStoreService", CollectionServiceIdentifier = L"c13c2a8e-4a9f-4fd4-8225-6e40cc733787")]
[WebServiceAttribute(Namespace = L"https://schemas.microsoft.com/TeamFoundation/2005/06/Build/BuildInfo/03",
Description = L"Team Foundation Build Info web service")]
public ref class BuildStoreWebService sealed : public BuildWebServiceBase
[<Sealed>]
[<ClientServiceAttribute(ComponentName = "TeamBuild", RegistrationName = "Build",
ServiceName = "BuildStoreService", CollectionServiceIdentifier = "c13c2a8e-4a9f-4fd4-8225-6e40cc733787")>]
[<WebServiceAttribute(Namespace = "https://schemas.microsoft.com/TeamFoundation/2005/06/Build/BuildInfo/03",
Description = "Team Foundation Build Info web service")>]
type BuildStoreWebService =
class
inherit BuildWebServiceBase
end
public final class BuildStoreWebService extends BuildWebServiceBase
The BuildStoreWebService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BuildStoreWebService |
Top
Properties
Name | Description | |
---|---|---|
Application | Gets the application object for the current HTTP request. (Inherited from WebService.) | |
Container | Gets the container for the component. (Inherited from MarshalByValueComponent.) | |
Context | Gets 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.) | |
DesignMode | Gets a value indicating whether the component is currently in design mode. (Inherited from MarshalByValueComponent.) | |
Server | Gets the HttpServerUtility for the current request. (Inherited from WebService.) | |
Session | Gets the HttpSessionState instance for the current request. (Inherited from WebService.) | |
Site | Gets or sets the site of the component. (Inherited from MarshalByValueComponent.) | |
SoapVersion | Gets the version of the SOAP protocol used to make the SOAP request to the XML Web service. (Inherited from WebService.) | |
User | Gets the ASP.NET server User object. Can be used to authenticate whether a user is authorized to execute the request. (Inherited from WebService.) |
Top
Methods
Name | Description | |
---|---|---|
AddBuild | This is the webmethod that writes data into the Builds table. | |
AddBuildStep | This is the webmethod that writes data into the BuildSteps table. | |
AddChangeSetsForBuild | This is the webmethod that writes data into the ChangeSets table. | |
AddOpenedWorkItemsForBuild | This is the webmethod that writes data into the OpenedBugs table. Required parameters in each of the WorkItemData objects are WorkItemId,and WorkItemUri title. | |
AddPlatformFlavorLogForBuild | Returns the compilation details for the given build for the given platform or flavor. | |
AddProjectDetailsForBuild | This is the webmethod that writes data into the ProjectDetails table. | |
AddWorkItemsForBuild | This is the webmethod that writes data into the WorkItems table. | |
Dispose | Releases all resources used by the MarshalByValueComponent. (Inherited from MarshalByValueComponent.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetBuildDetails | Returns all the build configuration information stored in the opstore. | |
GetBuildQualities | Returns all the build qualities stored in the opstore. | |
GetBuildSteps | Returns the build steps for the given build. | |
GetBuildUri | Returns the build URI for the given team project and build number. | |
GetChangeSetsForBuild | Returns all the changesets associated with a build. | |
GetCodeCoverageForBuild | Returns code coverage for the build corresponding to given platform/flavor. | |
GetCodeCoverageStatusForBuild | Returns 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. | |
GetCompilationSummaryForBuild | Returns the compilation details for the given build for the given platform/flavor. | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetListOfBuilds | The 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. | |
GetOpenedWorkItemsForBuild | Returns all the opened work items for the build. | |
GetPlatformFlavorsForBuild | Returns all the platform/flavors built for a given build URI. | |
GetService | Gets the implementer of the IServiceProvider. (Inherited from MarshalByValueComponent.) | |
GetTestResultsForBuild | Returns all the test results for the build corresponding to the given platform/flavor. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetWorkItemsForBuild | Returns all the associated work items for the build. | |
ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from MarshalByValueComponent.) | |
UpdateBuildFinishTime | This is the webmethod that updates the entry FinishTime in the Builds table. | |
UpdateBuildFlag | This is the webmethod that updates the bit entry GoodBuildFlag in the Builds table. | |
UpdateBuildLogLocation | This is the webmethod that updates the entry LogLocation in the Builds table. | |
UpdateBuildNumberAndDropLocation | This is the webmethod that updates the build number and the drop location for the given build. | |
UpdateBuildQuality | Updates 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. | |
UpdateBuildStatus | Updates the status of the given build. | |
UpdateBuildStep | This is the webmethod that updates data in the BuildSteps table. |
Top
Events
Name | Description | |
---|---|---|
Disposed | Adds an event handler to listen to the Disposed event on the component. (Inherited from MarshalByValueComponent.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace