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 | |
---|---|---|
Fields | Gets a dictionary of Fields that are used by the Source Provider. | |
Name | Gets or sets the Source provider that should be used for the definition | |
SupportedTriggerTypes | Gets the trigger types supported by this provider. |
Top