com.atlassian.jira.project.statistics.type
Class TypeOpenByAssignee

java.lang.Object
  |
  +--com.atlassian.jira.project.statistics.type.AbstractStatisticType
        |
        +--com.atlassian.jira.project.statistics.type.TypeOpenByAssignee
All Implemented Interfaces:
java.util.Comparator, StatisticType

public class TypeOpenByAssignee
extends AbstractStatisticType

This StatisticType is used to get the statistics of Open Issues by Assignee


Field Summary
 
Fields inherited from interface com.atlassian.jira.project.statistics.StatisticType
OPEN_BY_AFFECTED_VERSION, OPEN_BY_ASSIGNEE, OPEN_BY_COMPONENT, OPEN_BY_FIX_VERSION, OPEN_BY_PRIORITY, STATUS
 
Constructor Summary
TypeOpenByAssignee()
           
 
Method Summary
protected  java.lang.String getChangeItemName()
          This is the name of the field that will appear in the ChangeItem.
protected  java.util.List getExpressions()
          Return any extra expressions to filter the list of issues.
protected  java.lang.String getFieldName()
          This is the name of the field that will be 'grouped' for the statistic.
 
Methods inherited from class com.atlassian.jira.project.statistics.type.AbstractStatisticType
amendCollection, calculateStatisticsCollection, compare, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeOpenByAssignee

public TypeOpenByAssignee()
Method Detail

getFieldName

protected java.lang.String getFieldName()
Description copied from class: AbstractStatisticType
This is the name of the field that will be 'grouped' for the statistic.

Specified by:
getFieldName in class AbstractStatisticType

getChangeItemName

protected java.lang.String getChangeItemName()
Description copied from class: AbstractStatisticType
This is the name of the field that will appear in the ChangeItem.

Specified by:
getChangeItemName in class AbstractStatisticType

getExpressions

protected java.util.List getExpressions()
Description copied from class: AbstractStatisticType
Return any extra expressions to filter the list of issues.

If there are no expressions, return an empty list.

Specified by:
getExpressions in class AbstractStatisticType


Copyright © 2002-2003 Atlassian. All Rights Reserved.