com.atlassian.greenhopper.api.rapid.view
Class StatisticsField

java.lang.Object
  extended by com.atlassian.greenhopper.api.rapid.view.StatisticsField

public class StatisticsField
extends java.lang.Object

API Representation of a statistics field.


Nested Class Summary
static class StatisticsField.Type
           
 
Method Summary
static StatisticsField buildIssueCount()
           
static StatisticsField buildNone()
           
 StatisticsField.Type getType()
           
 void setType(StatisticsField.Type type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

buildNone

public static StatisticsField buildNone()

buildIssueCount

public static StatisticsField buildIssueCount()

getType

public StatisticsField.Type getType()

setType

public void setType(StatisticsField.Type type)


Copyright © 2007-2012 Atlassian. All Rights Reserved.