Uses of Class
org.sonar.batch.issue.IssueCache

Packages that use IssueCache
org.sonar.batch.issue   
org.sonar.batch.scan.report   
 

Uses of IssueCache in org.sonar.batch.issue
 

Methods in org.sonar.batch.issue that return IssueCache
 IssueCache IssueCache.put(DefaultIssue issue)
           
 

Constructors in org.sonar.batch.issue with parameters of type IssueCache
DefaultProjectIssues(IssueCache cache)
           
DeprecatedViolations(IssueCache issueCache, RuleFinder ruleFinder, ResourceCache resourceCache)
           
IssuableFactory(ModuleIssues moduleIssues, IssueCache cache, ProjectTree projectTree)
           
IssuePersister(IssueCache issueCache, ScanIssueStorage storage, AnalysisMode analysisMode)
           
ModuleIssues(ActiveRules activeRules, Rules rules, IssueCache cache, IssueFilters filters)
          Used by scan2
ModuleIssues(ActiveRules activeRules, Rules rules, IssueCache cache, Project project, IssueFilters filters)
           
 

Uses of IssueCache in org.sonar.batch.scan.report
 

Constructors in org.sonar.batch.scan.report with parameters of type IssueCache
JsonReport(Settings settings, FileSystem fileSystem, Server server, RuleFinder ruleFinder, IssueCache issueCache, EventBus eventBus, AnalysisMode analysisMode, UserFinder userFinder, Project rootModule, InputPathCache fileCache)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.