BuildMaster SDK Reference
Version:

IBranchingProvider Interface

Indicates that a SourceControlProviderBase supports branching.

Inheritance Hierarchy

  • Inedo.BuildMaster.Extensibility.Providers.SourceControl.IBranchingProvider

Syntax

public interface IBranchingProvider

Properties

Name Description
RequiresComment

Gets a value indicating whether the comment parameter of the Branch method is required.

Methods

Name Description
Branch(string sourcePath, string toPath, string comment)

Copies the specified sourcePath to the specified toPath and leaves the specified comment if the comment is not null (Nothing in Visual Basic).