com.atlassian.greenhopper.model.charts
Class WorkRateEntry

java.lang.Object
  extended by com.atlassian.greenhopper.model.charts.WorkRateEntry

public class WorkRateEntry
extends java.lang.Object

A work rate entry defined by a time span and a corresponding burndown rate


Constructor Summary
WorkRateEntry(org.joda.time.DateTime start, org.joda.time.DateTime end, boolean off)
           
 
Method Summary
 org.joda.time.DateTime getEnd()
           
 int getRate()
           
 org.joda.time.DateTime getStart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkRateEntry

public WorkRateEntry(org.joda.time.DateTime start,
                     org.joda.time.DateTime end,
                     boolean off)
Method Detail

getStart

public org.joda.time.DateTime getStart()

getEnd

public org.joda.time.DateTime getEnd()

getRate

public int getRate()


Copyright © 2007-2013 Atlassian. All Rights Reserved.