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

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

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

Methods in com.atlassian.greenhopper.service.sprint.health that return SprintMetrics.Type
static SprintMetrics.Type SprintMetrics.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SprintMetrics.Type[] SprintMetrics.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 SprintMetrics.Type
 java.util.Map<SprintMetrics.Type,java.lang.String> SprintMetrics.getMetrics()
           
 

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



Copyright © 2007-2013 Atlassian. All Rights Reserved.