org.sonar.batch.components
Class PeriodsDefinition

java.lang.Object
  extended by org.sonar.batch.components.PeriodsDefinition
All Implemented Interfaces:
BatchComponent

public class PeriodsDefinition
extends Object
implements BatchComponent


Field Summary
static int CORE_TENDENCY_DEPTH_DEFAULT_VALUE
           
 
Constructor Summary
PeriodsDefinition(DatabaseSession session, ProjectTree projectTree, Settings settings, PastSnapshotFinder pastSnapshotFinder)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CORE_TENDENCY_DEPTH_DEFAULT_VALUE

public static final int CORE_TENDENCY_DEPTH_DEFAULT_VALUE
See Also:
Constant Field Values
Constructor Detail

PeriodsDefinition

public PeriodsDefinition(DatabaseSession session,
                         ProjectTree projectTree,
                         Settings settings,
                         PastSnapshotFinder pastSnapshotFinder)


Copyright © 2009–2015 SonarSource. All rights reserved.