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, PeriodsDefinition periodsDefinition)
           
 
Method Summary
 List<PastSnapshot> getProjectPastSnapshots()
           
 List<Period> periods()
           
 
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,
                                PeriodsDefinition periodsDefinition)
Method Detail

periods

public List<Period> periods()

getProjectPastSnapshots

public List<PastSnapshot> getProjectPastSnapshots()


Copyright © 2009–2015 SonarSource. All rights reserved.