VsTeamFoundationBuild Class

This class implements the interface IVsTeamFoundationBuild.

See that interface for information about how this object can be used.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TeamFoundation.Build.VsTeamFoundationBuild

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

Syntax

'Declaration
<GuidAttribute("ACF3BA35-61AD-4ef1-BB72-00A3C8E841A7")> _
<ComVisibleAttribute(True)> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class VsTeamFoundationBuild _
    Implements IVsTeamFoundationBuild, IBuildDefinitionManager, IBuildDetailManager, IBuildControllerManager,  _
    IBuildQualityManager
[GuidAttribute("ACF3BA35-61AD-4ef1-BB72-00A3C8E841A7")]
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class VsTeamFoundationBuild : IVsTeamFoundationBuild, 
    IBuildDefinitionManager, IBuildDetailManager, IBuildControllerManager, IBuildQualityManager
[GuidAttribute(L"ACF3BA35-61AD-4ef1-BB72-00A3C8E841A7")]
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class VsTeamFoundationBuild : IVsTeamFoundationBuild, 
    IBuildDefinitionManager, IBuildDetailManager, IBuildControllerManager, IBuildQualityManager
[<GuidAttribute("ACF3BA35-61AD-4ef1-BB72-00A3C8E841A7")>]
[<ComVisibleAttribute(true)>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type VsTeamFoundationBuild =  
    class 
        interface IVsTeamFoundationBuild 
        interface IBuildDefinitionManager 
        interface IBuildDetailManager 
        interface IBuildControllerManager 
        interface IBuildQualityManager 
    end
public class VsTeamFoundationBuild implements IVsTeamFoundationBuild, IBuildDefinitionManager, IBuildDetailManager, IBuildControllerManager, IBuildQualityManager

The VsTeamFoundationBuild type exposes the following members.

Constructors

  Name Description
Public method VsTeamFoundationBuild

Top

Properties

  Name Description
Public property BuildExplorer
Public property BuildServer
Public property ControllerManager
Public property DefinitionManager
Public property DetailsManager
Public property QualityManager

Top

Methods

  Name Description
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 GetHashCode Serves as the default hash function. (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 OpenBuild(Uri)
Public method OpenBuild(Uri, String)
Public method OpenDefinition
Public method QueueBuild
Public method RegisterLogViewInformationConverter
Public method RegisterSummaryViewFactory
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method UnregisterLogViewInformationConverter
Public method UnregisterSummaryViewFactory

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IBuildControllerManager.RefreshUICache
Explicit interface implemetationPrivate method IBuildControllerManager.Show
Explicit interface implemetationPrivate method IBuildDefinitionManager.RefreshUICache
Explicit interface implemetationPrivate method IBuildQualityManager.RefreshUICache
Explicit interface implemetationPrivate method IBuildQualityManager.Show

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.VisualStudio.TeamFoundation.Build Namespace