org.sonar.wsclient.services
Class TimeMachine

java.lang.Object
  extended by org.sonar.wsclient.services.Model
      extended by org.sonar.wsclient.services.TimeMachine

public class TimeMachine
extends Model

Past values of a given resource

Since:
2.5

Constructor Summary
TimeMachine(TimeMachineColumn[] columns, TimeMachineCell[] cells)
           
 
Method Summary
 TimeMachineCell[] getCells()
           
 TimeMachineColumn getColumn(String metricKey)
           
 int getColumnIndex(String metricKey)
           
 TimeMachineColumn[] getColumns()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeMachine

public TimeMachine(TimeMachineColumn[] columns,
                   TimeMachineCell[] cells)
Method Detail

getColumns

public TimeMachineColumn[] getColumns()

getCells

public TimeMachineCell[] getCells()

getColumn

public TimeMachineColumn getColumn(String metricKey)

getColumnIndex

public int getColumnIndex(String metricKey)


Copyright © 2009–2015 SonarSource. All rights reserved.