Méthode | Description | |
---|---|---|
GetBlameByLine ( |
||
GetBlameByLine ( string filePath, int line ) : VSSonarPlugins.Types.BlameLine | ||
GetBranch ( ) : string | ||
RestSourceControlModel ( INotificationManager manager, ISonarRestService service ) : VSSonarPlugins |
Initializes a new instance of the SourceControlModel class.
|
public GetBlameByLine ( |
||
resource | ||
line | int | |
Résultat | VSSonarPlugins.Types.BlameLine |
public GetBlameByLine ( string filePath, int line ) : VSSonarPlugins.Types.BlameLine | ||
filePath | string | |
line | int | |
Résultat | VSSonarPlugins.Types.BlameLine |
public RestSourceControlModel ( INotificationManager manager, ISonarRestService service ) : VSSonarPlugins | ||
manager | INotificationManager | The manager. |
service | ISonarRestService | The service. |
Résultat | VSSonarPlugins |