com.atlassian.jira.gadgets.system
Class TwoDimensionalStatsResource.Row

java.lang.Object
  extended by com.atlassian.jira.gadgets.system.TwoDimensionalStatsResource.Row
Enclosing class:
TwoDimensionalStatsResource

public static class TwoDimensionalStatsResource.Row
extends Object


Constructor Summary
TwoDimensionalStatsResource.Row(List<TwoDimensionalStatsResource.Cell> otherCells)
           
TwoDimensionalStatsResource.Row(TwoDimensionalStatsResource.Cell first, List<TwoDimensionalStatsResource.Cell> otherCells)
           
 
Method Summary
 List<TwoDimensionalStatsResource.Cell> getCells()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TwoDimensionalStatsResource.Row

public TwoDimensionalStatsResource.Row(TwoDimensionalStatsResource.Cell first,
                                       List<TwoDimensionalStatsResource.Cell> otherCells)

TwoDimensionalStatsResource.Row

public TwoDimensionalStatsResource.Row(List<TwoDimensionalStatsResource.Cell> otherCells)
Method Detail

getCells

public List<TwoDimensionalStatsResource.Cell> getCells()


Copyright © 2002-2014 Atlassian. All Rights Reserved.