BuildServerExtensions Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Build.Client.BuildServerExtensions
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public NotInheritable Class BuildServerExtensions
public static class BuildServerExtensions
[ExtensionAttribute]
public ref class BuildServerExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type BuildServerExtensions = class end
public final class BuildServerExtensions
The BuildServerExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateInitialSourceProvider | This extension method should no longer be used. It is here for backwards compatibility only. | |
CreateSourceProvider | ||
GetDefaultSourceProvider | This extension method for IBuildDefinition retuns the first source provider for the definition. If no source provider is listed, an empty TFVC provider is returned. | |
HasFlag(BuildReason, BuildReason) | ||
HasFlag(DefinitionTriggerType, DefinitionTriggerType) | ||
SetSourceProvider | This extension method should no longer be used. It is here for backwards compatibility only. |
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.