TeamFoundationHostedBuildService Class

Provies methods for managing builds against Hosted build computer pools.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Build.Hosted.Server.TeamFoundationHostedBuildService

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

Syntax

'Declaration
Public NotInheritable Class TeamFoundationHostedBuildService _
    Implements ITeamFoundationService
public sealed class TeamFoundationHostedBuildService : ITeamFoundationService
public ref class TeamFoundationHostedBuildService sealed : ITeamFoundationService
[<Sealed>]
type TeamFoundationHostedBuildService =  
    class 
        interface ITeamFoundationService 
    end
public final class TeamFoundationHostedBuildService implements ITeamFoundationService

The TeamFoundationHostedBuildService type exposes the following members.

Constructors

  Name Description
Public method TeamFoundationHostedBuildService

Top

Properties

  Name Description
Public property VirtualizationEnvironment

Top

Methods

  Name Description
Public method AddBuildMachineStatusReports Writes a set of build computer status reports to the database
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method FinishRequest
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetHostedBuildSettings Reads global settings that a TFS deployment must have to perform hosted builds
Public method GetMachinePool Retrieves the configuration information for a computer pool.
Public method GetMachinePools Returns all computer pools defined in the system
Public method GetMachinePoolStatistics Retrieves statistical information about a computer pool.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method QueueRequest Writes a build computer request into the database and message queue.
Public method RegisterBuildMachine
Public method RegisterMachinePool Adds or updates the information about a computer pool.
Public method SetHostedBuildSettings Sets global settings that a TFS deployment must have to perform hosted builds
Public method StartRequest
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method UnregisterMachinePool Deletes information about a computer pool.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ITeamFoundationService.ServiceEnd
Explicit interface implemetationPrivate method ITeamFoundationService.ServiceStart

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.Hosted.Server Namespace