Uses of Class
org.sonar.api.batch.TimeMachineQuery

Packages that use TimeMachineQuery
org.sonar.api.batch   
 

Uses of TimeMachineQuery in org.sonar.api.batch
 

Methods in org.sonar.api.batch that return TimeMachineQuery
 TimeMachineQuery TimeMachineQuery.setFrom(Date from)
          Sets the from date to be used in the query
 TimeMachineQuery TimeMachineQuery.setFromCurrentAnalysis(boolean b)
           
 TimeMachineQuery TimeMachineQuery.setMetricKeys(List<String> metricKeys)
           
 TimeMachineQuery TimeMachineQuery.setMetricKeys(String... metricKeys)
           
 TimeMachineQuery TimeMachineQuery.setMetrics(List<Metric> metrics)
          Sets the metrics to return
 TimeMachineQuery TimeMachineQuery.setMetrics(Metric... metrics)
          Sets the metrics to return
 TimeMachineQuery TimeMachineQuery.setOnlyLastAnalysis(boolean onlyLastAnalysis)
           
 TimeMachineQuery TimeMachineQuery.setResource(Resource resource)
          Sets the resource of the query
 TimeMachineQuery TimeMachineQuery.setTo(Date to)
          Sets the to date to be used in the query
 TimeMachineQuery TimeMachineQuery.setToCurrentAnalysis(boolean b)
           
 TimeMachineQuery TimeMachineQuery.unsetMetrics()
          Unsets the metrics
 

Methods in org.sonar.api.batch with parameters of type TimeMachineQuery
 List<Measure> TimeMachine.getMeasures(TimeMachineQuery query)
          Past measures, sorted by date.
 List<Object[]> TimeMachine.getMeasuresFields(TimeMachineQuery query)
          Past measures sorted by date.
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.