Uses of Class
com.atlassian.greenhopper.model.rapid.ColumnProgress

Packages that use ColumnProgress
com.atlassian.greenhopper.model.rapid   
com.atlassian.greenhopper.service.issue.callback   
com.atlassian.greenhopper.service.rapid.view   
com.atlassian.greenhopper.web.rapid.plan   
 

Uses of ColumnProgress in com.atlassian.greenhopper.model.rapid
 

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

Uses of ColumnProgress in com.atlassian.greenhopper.service.issue.callback
 

Methods in com.atlassian.greenhopper.service.issue.callback that return types with arguments of type ColumnProgress
 java.util.Map<java.lang.Long,ColumnProgress> StatusProgressCallback.getIssuesToColumnProgress()
           
 

Uses of ColumnProgress in com.atlassian.greenhopper.service.rapid.view
 

Methods in com.atlassian.greenhopper.service.rapid.view that return ColumnProgress
 ColumnProgress ColumnService.ColumnProgressMap.resolve(com.atlassian.jira.issue.status.Status status)
           
 

Methods in com.atlassian.greenhopper.service.rapid.view that return types with arguments of type ColumnProgress
 java.util.Map<ColumnProgress,java.util.Set<com.atlassian.jira.issue.status.Status>> ColumnService.ColumnProgressMap.getProgressToStatuses()
           
 

Uses of ColumnProgress in com.atlassian.greenhopper.web.rapid.plan
 

Methods in com.atlassian.greenhopper.web.rapid.plan with parameters of type ColumnProgress
static PlanningDataModel.ProgressIndicator PlanningDataModel.ProgressIndicator.from(ColumnProgress progress, I18n2 i18n)
           
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.