BuildMaster SDK Reference
Version:

IClientCommandOutputProvider Interface

Indicates that a SourceControlProviderBase supports execution of specific commands and storing the output in a file.

Inheritance Hierarchy

  • Inedo.BuildMaster.Extensibility.Providers.SourceControl.IClientCommandOutputProvider

Syntax

public interface IClientCommandOutputProvider : IClientCommandProvider

Methods

Name Description
ExecuteClientCommand(string commandName, string arguments, string outputFileName)

Executes the specified client command with the specified arguments.