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

java.lang.Object
  extended bycom.atlassian.jira.project.statistics.type.AbstractStatisticType
      extended bycom.atlassian.jira.project.statistics.type.AbstractOpenByStatisticType
          extended bycom.atlassian.jira.project.statistics.type.AbstractOpenByFieldStatisticType
              extended bycom.atlassian.jira.project.statistics.type.TypeOpenByAssignee
All Implemented Interfaces:
java.util.Comparator, StatisticType

public class TypeOpenByAssignee
extends AbstractOpenByFieldStatisticType

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


Field Summary
 
Fields inherited from class com.atlassian.jira.project.statistics.type.AbstractOpenByStatisticType
CHANGED_RESOLUTION, GOTTEN_RESOLVED, GOTTEN_UNRESOLVED, STAYED_RESOLVED, STAYED_UNRESOLVED
 
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()
           
protected  java.lang.String getFieldName()
          This is the name of the field that will be 'grouped' for the statistic.
protected  java.lang.String getIssueField(GenericValue issue)
           
 
Methods inherited from class com.atlassian.jira.project.statistics.type.AbstractOpenByFieldStatisticType
amendCollectionForCreateUnresolved, amendCollectionForDeleteUnresolved, amendCollectionForUpdateGottenResolved, amendCollectionForUpdateGottenUnresolved, amendCollectionForUpdateStayedUnresolved, compare, equals, getEntities, getExpressions, getIssues, getKey, hashCode, toString
 
Methods inherited from class com.atlassian.jira.project.statistics.type.AbstractOpenByStatisticType
amendCollection, getResolutionTransitionState
 
Methods inherited from class com.atlassian.jira.project.statistics.type.AbstractStatisticType
calculateStatisticsCollection, decrementStatisticInCollection, decrementStatisticInCollectionWithSecurityType, incrementStatisticInCollection, incrementStatisticInCollectionWithSecurityType, isResolved
 
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()
Specified by:
getChangeItemName in class AbstractOpenByFieldStatisticType

getIssueField

protected java.lang.String getIssueField(GenericValue issue)
Specified by:
getIssueField in class AbstractOpenByFieldStatisticType