Deprecated API


Contents
Deprecated Interfaces
org.sonar.batch.ProfileLoader
          in 4.2 
 

Deprecated Classes
org.sonar.batch.source.DefaultHighlightable
          since 4.5 no more used in batch 2.0 
org.sonar.batch.DefaultResourceCreationLock
          not used since 4.2 
org.sonar.batch.scan.DeprecatedProjectReactorBuilder
          since 4.3 should be removed when we will require SQ Runner 2.4+ 
org.sonar.batch.source.HighlightableBuilder
          since 4.5 no more used in batch 2.0 
org.sonar.batch.maven.MavenProjectBootstrapper
          since 4.3 kept only to support old version of SonarQube Mojo 
org.sonar.batch.maven.MavenProjectConverter
          since 4.3 kept only to support old version of SonarQube Mojo 
org.sonar.batch.ServerMetadata
          in 3.4. Replaced by ServerMetadata. Plugins should use Server. 
org.sonar.batch.bootstrap.ServerMetadata
          in 3.4. Replaced by ServerClient 
 

Deprecated Methods
org.sonar.batch.bootstrapper.Batch.execute()
          since 4.4 use Batch.start(), #executeTask(Map) and then Batch.stop() 
org.sonar.batch.components.PastSnapshotFinder.find(Snapshot, Configuration, int)
          since 3.6. Replaced by PastSnapshotFinder.find(Snapshot projectSnapshot, String rootQualifier, Settings settings, int index) 
org.sonar.batch.components.PastSnapshot.getTargetDate()
          in 4.2. Target date should only be used in labels. 
org.sonar.batch.bootstrapper.Batch.Builder.setGlobalProperties(Map)
          since 3.7 use Batch.Builder.setBootstrapProperties(Map) 
org.sonar.batch.scan.filesystem.DefaultModuleFileSystem.sourceCharset()
          in 4.2. Replaced by DefaultModuleFileSystem.encoding() 
org.sonar.batch.scan.filesystem.DefaultModuleFileSystem.workingDir()
          in 4.2. Replaced by DefaultFileSystem.workDir() 
 



Copyright © 2009–2015 SonarSource. All rights reserved.