org.sonar.batch.bootstrap
Class AnalysisMode

java.lang.Object
  extended by org.sonar.batch.bootstrap.AnalysisMode
All Implemented Interfaces:
BatchComponent

public class AnalysisMode
extends Object
implements BatchComponent

Since:
4.0

Constructor Summary
AnalysisMode(BootstrapProperties bootstrapProps)
           
 
Method Summary
 int getPreviewReadTimeoutSec()
          Read timeout used by HTTP request done in preview mode (SONAR-4488, SONAR-5028)
 boolean isIncremental()
           
 boolean isPreview()
           
 boolean isSensorMode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnalysisMode

public AnalysisMode(BootstrapProperties bootstrapProps)
Method Detail

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.