C# Класс VSSonarExtensionUi.Model.Helpers.SourceControlModel

source control model
Наследование: ISourceControlProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
GetBlameByLine ( Resource resource, int line ) : VSSonarPlugins.Types.BlameLine
GetBlameByLine ( string filePath, int line ) : VSSonarPlugins.Types.BlameLine

Gets the blame by line.

GetBranch ( ) : string

Gets the branch.

SourceControlModel ( IEnumerable sourceControlPlugins, string basePath, INotificationManager manager, ISonarRestService service ) : System

Initializes a new instance of the SourceControlModel class.

Приватные методы

Метод Описание
GetSupportedPlugin ( ) : ISourceVersionPlugin

Gets the supported plugin.

Описание методов

GetBlameByLine() публичный Метод

public GetBlameByLine ( Resource resource, int line ) : VSSonarPlugins.Types.BlameLine
resource VSSonarPlugins.Types.Resource
line int
Результат VSSonarPlugins.Types.BlameLine

GetBlameByLine() публичный Метод

Gets the blame by line.
public GetBlameByLine ( string filePath, int line ) : VSSonarPlugins.Types.BlameLine
filePath string The file path.
line int The line.
Результат VSSonarPlugins.Types.BlameLine

GetBranch() публичный Метод

Gets the branch.
public GetBranch ( ) : string
Результат string

SourceControlModel() публичный Метод

Initializes a new instance of the SourceControlModel class.
public SourceControlModel ( IEnumerable sourceControlPlugins, string basePath, INotificationManager manager, ISonarRestService service ) : System
sourceControlPlugins IEnumerable The source control plugins.
basePath string The base path.
manager INotificationManager The manager.
service ISonarRestService The service.
Результат System