Uses of Class
com.atlassian.greenhopper.service.sprint.health.SprintHealth.Status

Packages that use SprintHealth.Status
com.atlassian.greenhopper.service.sprint.health   
 

Uses of SprintHealth.Status in com.atlassian.greenhopper.service.sprint.health
 

Fields in com.atlassian.greenhopper.service.sprint.health declared as SprintHealth.Status
 SprintHealth.Status SprintHealth.status
           
 

Methods in com.atlassian.greenhopper.service.sprint.health that return SprintHealth.Status
static SprintHealth.Status SprintHealth.Status.resolveByRating(int rating)
           
static SprintHealth.Status SprintHealthMetricsResolver.resolveSprintStatus(java.lang.Long sprintCompletionPercentage, java.lang.Long workCompletedPercentage)
          Calculates the status of a sprint based on the sprint completion and work completion
static SprintHealth.Status SprintHealth.Status.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SprintHealth.Status[] SprintHealth.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.