com.atlassian.jira.issue.worklog
Class WorkRatio

java.lang.Object
  extended by com.atlassian.jira.issue.worklog.WorkRatio

public class WorkRatio
extends Object


Constructor Summary
WorkRatio()
           
 
Method Summary
static String getPaddedWorkRatio(org.ofbiz.core.entity.GenericValue issue)
           
static long getWorkRatio(org.ofbiz.core.entity.GenericValue issue)
           
static long getWorkRatio(Issue issue)
           
static long getWorkRatio(Long originalEstimate, Long timespent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkRatio

public WorkRatio()
Method Detail

getWorkRatio

public static long getWorkRatio(Issue issue)

getWorkRatio

public static long getWorkRatio(org.ofbiz.core.entity.GenericValue issue)

getWorkRatio

public static long getWorkRatio(Long originalEstimate,
                                Long timespent)

getPaddedWorkRatio

public static String getPaddedWorkRatio(org.ofbiz.core.entity.GenericValue issue)


Copyright © 2002-2009 Atlassian. All Rights Reserved.