Uses of Interface
org.sonar.batch.ProjectTree

Packages that use ProjectTree
org.sonar.batch   
org.sonar.batch.components   
org.sonar.batch.index   
org.sonar.batch.issue   
org.sonar.batch.scan   
 

Uses of ProjectTree in org.sonar.batch
 

Classes in org.sonar.batch that implement ProjectTree
 class DefaultProjectTree
           
 

Uses of ProjectTree in org.sonar.batch.components
 

Constructors in org.sonar.batch.components with parameters of type ProjectTree
PeriodsDefinition(DatabaseSession session, ProjectTree projectTree, Settings settings, PastSnapshotFinder pastSnapshotFinder)
           
 

Uses of ProjectTree in org.sonar.batch.index
 

Constructors in org.sonar.batch.index with parameters of type ProjectTree
DefaultIndex(PersistenceManager persistence, ProjectTree projectTree, MetricFinder metricFinder, ScanGraph graph, DeprecatedViolations deprecatedViolations, ResourceKeyMigration migration, MeasureCache measureCache)
           
 

Uses of ProjectTree in org.sonar.batch.issue
 

Constructors in org.sonar.batch.issue with parameters of type ProjectTree
IssuableFactory(ModuleIssues moduleIssues, IssueCache cache, ProjectTree projectTree)
           
ScanIssueStorage(MyBatis mybatis, RuleFinder ruleFinder, SnapshotCache snapshotCache, ResourceDao resourceDao, ProjectTree projectTree)
           
 

Uses of ProjectTree in org.sonar.batch.scan
 

Constructors in org.sonar.batch.scan with parameters of type ProjectTree
ProjectLock(Semaphores semaphores, ProjectTree projectTree, AnalysisMode analysisMode, I18n i18n)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.