BuildMaster SDK Reference
Version:

IClientCommandProvider Interface

Indicates that a SourceControlProviderBase supports execution of specific commands.

Inheritance Hierarchy

  • Inedo.BuildMaster.Extensibility.Providers.SourceControl.IClientCommandProvider

Syntax

public interface IClientCommandProvider

Properties

Name Description
SupportsCommandHelp

Gets a value indicating whether commands have detailed help available.

Methods

Name Description
ExecuteClientCommand(string commandName, string arguments)

Executes the specified client command with the specified arguments.

GetAvailableCommands

Returns a collection of commands that may be executed against the provider.

GetClientCommandHelp(string commandName)

Returns documentation for a specific client command.

GetClientCommandPreview

Returns a string containing the command to be passed to the tool.