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 | |
---|---|---|
![]() |
TeamFoundationHostedBuildService |
Top
Properties
Name | Description | |
---|---|---|
![]() |
VirtualizationEnvironment |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddBuildMachineStatusReports | Writes a set of build computer status reports to the database |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
FinishRequest | |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetHostedBuildSettings | Reads global settings that a TFS deployment must have to perform hosted builds |
![]() |
GetMachinePool | Retrieves the configuration information for a computer pool. |
![]() |
GetMachinePools | Returns all computer pools defined in the system |
![]() |
GetMachinePoolStatistics | Retrieves statistical information about a computer pool. |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
QueueRequest | Writes a build computer request into the database and message queue. |
![]() |
RegisterBuildMachine | |
![]() |
RegisterMachinePool | Adds or updates the information about a computer pool. |
![]() |
SetHostedBuildSettings | Sets global settings that a TFS deployment must have to perform hosted builds |
![]() |
StartRequest | |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
UnregisterMachinePool | Deletes information about a computer pool. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
ITeamFoundationService.ServiceEnd | |
![]() ![]() |
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.