IBuildDefinitionSourceProvider Interface

Represents a source provider used by a Build Definition.

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

Syntax

'Declaration
Public Interface IBuildDefinitionSourceProvider
public interface IBuildDefinitionSourceProvider
public interface class IBuildDefinitionSourceProvider
type IBuildDefinitionSourceProvider =  interface end
public interface IBuildDefinitionSourceProvider

The IBuildDefinitionSourceProvider type exposes the following members.

Properties

  Name Description
Public property Fields Gets a dictionary of Fields that are used by the Source Provider.
Public property Name Gets or sets the Source provider that should be used for the definition
Public property SupportedTriggerTypes Gets the trigger types supported by this provider.

Top

See Also

Reference

Microsoft.TeamFoundation.Build.Client Namespace