TeamFoundationBuildService Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Build.Server.TeamFoundationBuildService

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

Syntax

‘선언
Public NotInheritable Class TeamFoundationBuildService _
    Implements ITeamFoundationService
public sealed class TeamFoundationBuildService : ITeamFoundationService
public ref class TeamFoundationBuildService sealed : ITeamFoundationService
[<Sealed>]
type TeamFoundationBuildService =  
    class
        interface ITeamFoundationService
    end
public final class TeamFoundationBuildService implements ITeamFoundationService

The TeamFoundationBuildService type exposes the following members.

Methods

  Name Description
Public method AddBuildDefinitions
Public method AddBuildQualities
Public method AddProcessTemplates
Public method CancelBuilds
Public method CreateTeamProject
Public method DeleteBuildDefinitions
Public method DeleteBuildQualities
Public method DeleteBuilds
Public method DeleteProcessTemplates
Public method DeleteTeamProject
Public method DestroyBuilds
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetAffectedBuildDefinitions
Public method GetBuildQualities
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method NotifyBuildCompleted
Public method QueryBuildDefinitions(TeamFoundationRequestContext, BuildDefinitionSpec)
Public method QueryBuildDefinitions(TeamFoundationRequestContext, IList<BuildDefinitionSpec>)
Public method QueryBuildDefinitionsByUri
Public method QueryBuilds
Public method QueryBuildsByUri
Public method QueryProcessTemplates
Public method QueryProcessTemplatesById
Public method QueryQueuedBuilds
Public method QueryQueuedBuildsById
Public method QueueBuilds
Public method StopBuilds
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method UpdateBuildDefinitions
Public method UpdateBuildInformation
Public method UpdateBuilds
Public method UpdateProcessTemplates
Public method UpdateQueuedBuilds

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ITeamFoundationService.ServiceEnd
Explicit interface implemetationPrivate method ITeamFoundationService.ServiceFlushCache
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.Server Namespace