Method | Description | |
---|---|---|
AssociateWithNewProject ( Resource project, string workingDir, ISourceControlProvider sourceModelIn, Profile>.Dictionary |
The init data association.
|
|
ClearIssues ( ) : void |
Clears the issues.
|
|
GetAllIssuesInProject ( ) : IEnumerable |
Gets all issues in project.
|
|
GetCurrentUserIssues ( ) : IEnumerable |
Gets the current user issues.
|
|
GetCurrentUserIssuesInProject ( ) : IEnumerable |
Gets the user issues in project.
|
|
GetIssuesForResource ( Resource file, string fileContent, bool &shownfalseandresolved ) : List |
The get issues for resource.
|
|
GetIssuesSinceLastProjectDate ( ) : IEnumerable |
Gets the issues since last project date.
|
|
GetIssuesSinceSinceDate ( System.DateTime date ) : IEnumerable |
Gets the issues since since date.
|
|
GetIssuesUsingFilter ( string filter, bool filterSSCM, bool componentsSet ) : IEnumerable |
The retrieve issues using current filter.
|
|
GetUserIssues ( string userName ) : IEnumerable |
Gets the user issues in project.
|
|
GetUserIssuesInProject ( string userName ) : IEnumerable |
Gets the user issues in project.
|
|
GetViewModel ( ) : object |
Gets the view model.
|
|
IssuesSearchModel ( IConfigurationHelper configurationHelper, ISonarRestService restService, INotificationManager manager, ISQKeyTranslator translator, ISonarLocalAnalyser analyser ) : System |
Initializes a new instance of the IssuesSearchModel class.
|
|
OnAnalysisModeHasChange ( |
The on changed.
|
|
OnConnectToSonar ( ISonarConfiguration configuration, IEnumerable |
Called when [connect to sonar].
|
|
OnDisconnect ( ) : void |
Called when [disconnect].
|
|
OnSolutionClosed ( ) : void |
The end data association.
|
|
RefreshDataForResource ( Resource fullName, string documentInView, string content, bool fromSource ) : void |
The refresh data for resource.
|
|
ResetStats ( ) : void |
Reset Stats.
|
|
TriggerAProjectAnalysis ( VsProjectItem project ) : void |
The trigger a project analysis.
|
|
UpdateServices ( IVsEnvironmentHelper vsenvironmenthelperIn, IVSSStatusBar statusBarIn, IServiceProvider provider ) : void |
The update services.
|
Method | Description | |
---|---|---|
CancelQuery ( ) : void |
Cancels the query.
|
|
FilterIssuesBySSCM ( List |
Filters the issues by SSCM.
|
|
FilterIssuesBySSCM ( |
Filters the issues by SSCM.
|
public AssociateWithNewProject ( Resource project, string workingDir, ISourceControlProvider sourceModelIn, Profile>.Dictionary |
||
project | Resource | The project. |
workingDir | string | The working dir. |
sourceModelIn | ISourceControlProvider | The source model in. |
profile | Profile>.Dictionary | The profile. |
visualStudioVersion | string | |
return | void |
public GetAllIssuesInProject ( ) : IEnumerable |
||
return | IEnumerable |
public GetCurrentUserIssues ( ) : IEnumerable |
||
return | IEnumerable |
public GetCurrentUserIssuesInProject ( ) : IEnumerable |
||
return | IEnumerable |
public GetIssuesForResource ( Resource file, string fileContent, bool &shownfalseandresolved ) : List |
||
file | Resource | The file. |
fileContent | string | The file content. |
shownfalseandresolved | bool | The shown false and resolved. |
return | List |
public GetIssuesSinceLastProjectDate ( ) : IEnumerable |
||
return | IEnumerable |
public GetIssuesSinceSinceDate ( System.DateTime date ) : IEnumerable |
||
date | System.DateTime | The date. |
return | IEnumerable |
public GetIssuesUsingFilter ( string filter, bool filterSSCM, bool componentsSet ) : IEnumerable |
||
filter | string | The filter. |
filterSSCM | bool | if set to |
componentsSet | bool | if set to |
return | IEnumerable |
public GetUserIssues ( string userName ) : IEnumerable |
||
userName | string | Name of the user. |
return | IEnumerable |
public GetUserIssuesInProject ( string userName ) : IEnumerable |
||
userName | string | Name of the user. |
return | IEnumerable |
public IssuesSearchModel ( IConfigurationHelper configurationHelper, ISonarRestService restService, INotificationManager manager, ISQKeyTranslator translator, ISonarLocalAnalyser analyser ) : System | ||
configurationHelper | IConfigurationHelper | The configuration helper. |
restService | ISonarRestService | The rest service. |
manager | INotificationManager | The manager. |
translator | ISQKeyTranslator | The translator. |
analyser | ISonarLocalAnalyser | The analyser. |
return | System |
public OnAnalysisModeHasChange ( |
||
e | /// The e. /// | |
return | void |
public OnConnectToSonar ( ISonarConfiguration configuration, IEnumerable |
||
configuration | ISonarConfiguration | sonar configuration |
availableProjectsIn | IEnumerable |
The available projects in. |
sourcePlugin | IIssueTrackerPlugin | |
return | void |
public RefreshDataForResource ( Resource fullName, string documentInView, string content, bool fromSource ) : void | ||
fullName | Resource | /// The full name. /// |
documentInView | string | /// The document in view. /// |
content | string | |
fromSource | bool | |
return | void |
public TriggerAProjectAnalysis ( VsProjectItem project ) : void | ||
project | VsProjectItem | The project. |
return | void |
public UpdateServices ( IVsEnvironmentHelper vsenvironmenthelperIn, IVSSStatusBar statusBarIn, IServiceProvider provider ) : void | ||
vsenvironmenthelperIn | IVsEnvironmentHelper | The vsenvironmenthelper in. |
statusBarIn | IVSSStatusBar | The status bar in. |
provider | IServiceProvider | The provider. |
return | void |