C# 클래스 VSSonarExtensionUi.Model.Helpers.SourceControlModel

source control model
상속: ISourceControlProvider
파일 보기 프로젝트 열기: TrimbleSolutionsCorporation/VSSonarQubeExtension

공개 메소드들

메소드 설명
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