Method | Description | |
---|---|---|
GetBlameByLine ( |
||
GetBlameByLine ( string filePath, int line ) : VSSonarPlugins.Types.BlameLine |
Gets the blame by line.
|
|
GetBranch ( ) : string |
Gets the branch.
|
|
SourceControlModel ( IEnumerable |
Initializes a new instance of the SourceControlModel class.
|
Method | Description | |
---|---|---|
GetSupportedPlugin ( ) : ISourceVersionPlugin |
Gets the supported plugin.
|
public GetBlameByLine ( |
||
resource | ||
line | int | |
return | VSSonarPlugins.Types.BlameLine |
public GetBlameByLine ( string filePath, int line ) : VSSonarPlugins.Types.BlameLine | ||
filePath | string | The file path. |
line | int | The line. |
return | VSSonarPlugins.Types.BlameLine |
public SourceControlModel ( IEnumerable |
||
sourceControlPlugins | IEnumerable |
The source control plugins. |
basePath | string | The base path. |
manager | INotificationManager | The manager. |
service | ISonarRestService | The service. |
return | System |