This documentation is archived and is not being maintained.

BuildDefinitionSourceProvider Class

Visual Studio 2013

Represents a build definition source provider.

System::Object
  Microsoft.TeamFoundation.Build.Server::BuildDefinitionSourceProvider

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

[ClassVisibilityAttribute(ClientVisibility::Internal, ClientVisibility::Internal)]
public ref class BuildDefinitionSourceProvider sealed

The BuildDefinitionSourceProvider type exposes the following members.

  NameDescription
Public propertyFieldsGets or sets the configuration information for a source provider. This is a dictionary of name/value pairs.
Public propertyNameGets or sets the Source Provider Name for the definition. See Build.Common.BuildSourceProviders for a list of well known providers
Public propertySupportedTriggerTypesGets the trigger types supported by this provider.
Top

  NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodToString (Overrides Object::ToString().)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: