org.sonar.batch.components
Class TimeMachineConfiguration

java.lang.Object
  extended by org.sonar.batch.components.TimeMachineConfiguration
All Implemented Interfaces:
BatchComponent, BatchExtension, Extension

public class TimeMachineConfiguration
extends Object
implements BatchExtension


Constructor Summary
TimeMachineConfiguration(DatabaseSession session, Project project, org.apache.commons.configuration.Configuration configuration, PastSnapshotFinder pastSnapshotFinder)
           
 
Method Summary
 List<PastSnapshot> getProjectPastSnapshots()
           
 int getTendencyPeriodInDays()
           
 boolean isFileVariationEnabled()
           
 boolean skipTendencies()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeMachineConfiguration

public TimeMachineConfiguration(DatabaseSession session,
                                Project project,
                                org.apache.commons.configuration.Configuration configuration,
                                PastSnapshotFinder pastSnapshotFinder)
Method Detail

skipTendencies

public boolean skipTendencies()

getTendencyPeriodInDays

public int getTendencyPeriodInDays()

getProjectPastSnapshots

public List<PastSnapshot> getProjectPastSnapshots()

isFileVariationEnabled

public boolean isFileVariationEnabled()


Copyright © 2009-2011 SonarSource. All Rights Reserved.