com.atlassian.greenhopper.model.stats
Class EmptyMarker
java.lang.Object
com.atlassian.greenhopper.model.stats.EmptyMarker
- All Implemented Interfaces:
- Marker
public class EmptyMarker
- extends java.lang.Object
- implements Marker
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptyMarker
public EmptyMarker()
addValue
public boolean addValue(java.lang.String luceneValue,
java.lang.String from)
- Specified by:
addValue
in interface Marker
getDefaultValue
public java.lang.String getDefaultValue()
- Specified by:
getDefaultValue
in interface Marker
getField
public WatchedField getField()
- Specified by:
getField
in interface Marker
getId
public java.lang.String getId()
getMaxValue
public java.lang.Double getMaxValue()
- Specified by:
getMaxValue
in interface Marker
getName
public java.lang.String getName()
- Specified by:
getName
in interface Marker
getPosition
public com.atlassian.jira.issue.Issue getPosition()
- Specified by:
getPosition
in interface Marker
getVelocityValue
public java.lang.String getVelocityValue()
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled
in interface Marker
isPosition
public boolean isPosition(com.atlassian.jira.issue.Issue issue)
- Specified by:
isPosition
in interface Marker
isVelocityAware
public boolean isVelocityAware()
getRenderedValue
public java.lang.String getRenderedValue()
- Specified by:
getRenderedValue
in interface Marker
getRenderedSum
public java.lang.String getRenderedSum()
- Specified by:
getRenderedSum
in interface Marker
getRenderedDiff
public java.lang.String getRenderedDiff()
- Specified by:
getRenderedDiff
in interface Marker
isAbove
public boolean isAbove()
- Specified by:
isAbove
in interface Marker
setPosition
public void setPosition(com.atlassian.jira.issue.Issue issue,
boolean under)
- Specified by:
setPosition
in interface Marker
getSummaryTxt
public java.lang.String getSummaryTxt(I18n i18n)
- Specified by:
getSummaryTxt
in interface Marker
getSummaryTxt
public java.lang.String getSummaryTxt(I18n2 i18n)
- Specified by:
getSummaryTxt
in interface Marker
getPositionToString
public java.lang.String getPositionToString()
- Specified by:
getPositionToString
in interface Marker
hasADefaultValue
public boolean hasADefaultValue()
- Specified by:
hasADefaultValue
in interface Marker
getCapacity
public Capacity getCapacity()
- Specified by:
getCapacity
in interface Marker
isCapacitySet
public boolean isCapacitySet()
- Specified by:
isCapacitySet
in interface Marker
setEnabled
public void setEnabled(java.lang.Boolean enabled)
- Specified by:
setEnabled
in interface Marker
prepare
public void prepare()
- Specified by:
prepare
in interface Marker
forceMaxValue
public void forceMaxValue(java.lang.Double value)
- Specified by:
forceMaxValue
in interface Marker
forcePosition
public void forcePosition(com.atlassian.jira.issue.Issue forcedPosition)
- Specified by:
forcePosition
in interface Marker
setCapacity
public void setCapacity(Capacity capacity)
- Specified by:
setCapacity
in interface Marker
Copyright © 2007-2011 Atlassian. All Rights Reserved.