BuildMaster SDK Reference
Version:

ILabelingProvider Interface

Indicates that a SourceControlProviderBase supports labels.

Inheritance Hierarchy

  • Inedo.BuildMaster.Extensibility.Providers.SourceControl.ILabelingProvider

Syntax

public interface ILabelingProvider

Methods

Name Description
ApplyLabel(string label, string sourcePath)

When implemented in a derived class, applies the specified label to the specified source path.

GetLabeled(string label, string sourcePath, string targetPath)

When implemented in a derived class, retrieves labeled source code from the provider's source path into the target path.