Uses of Class
com.atlassian.greenhopper.service.sprint.health.SprintIssueMetrics.Type

Packages that use SprintIssueMetrics.Type
com.atlassian.greenhopper.service.sprint.health   
 

Uses of SprintIssueMetrics.Type in com.atlassian.greenhopper.service.sprint.health
 

Methods in com.atlassian.greenhopper.service.sprint.health that return SprintIssueMetrics.Type
static SprintIssueMetrics.Type SprintIssueMetrics.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SprintIssueMetrics.Type[] SprintIssueMetrics.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.greenhopper.service.sprint.health that return types with arguments of type SprintIssueMetrics.Type
 java.util.Map<SprintIssueMetrics.Type,java.lang.Integer> SprintIssueMetrics.getMetrics()
           
 

Methods in com.atlassian.greenhopper.service.sprint.health with parameters of type SprintIssueMetrics.Type
 void SprintIssueMetrics.addMetric(SprintIssueMetrics.Type metric, java.lang.Integer value)
           
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.