BuildSourceProviders Class

This class encapsulates the list of well known providers and helper classes/methods for them.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Build.Common.BuildSourceProviders

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

Syntax

'Declaration
Public NotInheritable Class BuildSourceProviders
public static class BuildSourceProviders
public ref class BuildSourceProviders abstract sealed
[<AbstractClass>]
[<Sealed>]
type BuildSourceProviders =  class end
public final class BuildSourceProviders

The BuildSourceProviders type exposes the following members.

Methods

  Name Description
Public methodStatic member GetProperty
Public methodStatic member IsGit
Public methodStatic member IsTfGit
Public methodStatic member IsTfVersionControl

Top

Fields

  Name Description
Public fieldStatic member Git
Public fieldStatic member TfGit
Public fieldStatic member TfVersionControl

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.Common Namespace