com.atlassian.greenhopper.web.rapid
Class RapidViewConfig.StatisticsConfig

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.RestTemplate
      extended by com.atlassian.greenhopper.web.rapid.RapidViewConfig.StatisticsConfig
Enclosing class:
RapidViewConfig

public static class RapidViewConfig.StatisticsConfig
extends RestTemplate


Field Summary
 boolean fieldConfigured
          tells if a field is set for the statistics
 java.lang.String id
          the ID of the configured stats field
 java.lang.String name
          the name of the configured stats field
 java.lang.String typeId
          The ID of the type of statistics field
 
Constructor Summary
RapidViewConfig.StatisticsConfig()
           
 
Method Summary
 
Methods inherited from class com.atlassian.greenhopper.web.rapid.RestTemplate
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

fieldConfigured

public boolean fieldConfigured
tells if a field is set for the statistics


typeId

public java.lang.String typeId
The ID of the type of statistics field


id

public java.lang.String id
the ID of the configured stats field


name

public java.lang.String name
the name of the configured stats field

Constructor Detail

RapidViewConfig.StatisticsConfig

public RapidViewConfig.StatisticsConfig()


Copyright © 2007-2012 Atlassian. All Rights Reserved.