org.sonar.batch.bootstrap
Class AnalysisMode
java.lang.Object
org.sonar.batch.bootstrap.AnalysisMode
- All Implemented Interfaces:
- BatchComponent
public class AnalysisMode
- extends Object
- implements BatchComponent
- Since:
- 4.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnalysisMode
public AnalysisMode(BootstrapProperties bootstrapProps)
isPreview
public boolean isPreview()
isIncremental
public boolean isIncremental()
isSensorMode
public boolean isSensorMode()
getPreviewReadTimeoutSec
public int getPreviewReadTimeoutSec()
- Read timeout used by HTTP request done in preview mode (SONAR-4488, SONAR-5028)
Copyright © 2009–2015 SonarSource. All rights reserved.