com.atlassian.greenhopper.model.stats
Interface Capacity
- All Known Implementing Classes:
- BoardCapacity, NoneCapacity
public interface Capacity
NONE_CAPACITY_VALUE_OBJECT
static final java.lang.Double NONE_CAPACITY_VALUE_OBJECT
NONE_CAPACITY_VALUE
static final double NONE_CAPACITY_VALUE
- See Also:
- Constant Field Values
NONE
static final Capacity NONE
getField
WatchedField getField()
setDefaultCapacity
void setDefaultCapacity(Capacity capacity)
isMinSet
boolean isMinSet()
isMaxSet
boolean isMaxSet()
getMin
java.lang.Double getMin()
getMax
java.lang.Double getMax()
setMin
void setMin(java.lang.String min)
- Set the min value for the capacity.
- Parameters:
min
- the min value as a String in the format parsable by the WatchedField.
setMax
void setMax(java.lang.String max)
- Set the max value for the capacity
- Parameters:
max
- the max value as a String in a format parsable by the WatchedField
getRenedereMinValue
java.lang.String getRenedereMinValue()
getRenedereMaxValue
java.lang.String getRenedereMaxValue()
getShortfall
double getShortfall(Summary summary)
getExcess
double getExcess(Summary summary)
isMinBusted
boolean isMinBusted(Summary summary)
isMaxBusted
boolean isMaxBusted(Summary summary)
Copyright © 2007-2014 Atlassian. All Rights Reserved.