com.pyxis.greenhopper.jira.boards.stats
Class CrossWatchField
java.lang.Object
com.pyxis.greenhopper.jira.boards.stats.AbstractWatchedField
com.pyxis.greenhopper.jira.boards.stats.AbstractWatchedCustomField
com.pyxis.greenhopper.jira.boards.stats.CrossWatchField
- All Implemented Interfaces:
- WatchedField
public class CrossWatchField
- extends AbstractWatchedCustomField
Fields inherited from interface com.pyxis.greenhopper.jira.boards.stats.WatchedField |
ALIAS |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
CrossWatchField
public CrossWatchField(CustomIssueField field)
getValue
public java.lang.Double getValue(com.atlassian.jira.issue.Issue issue)
- Description copied from interface:
WatchedField
- Retrieves the value for the specified Issue
- Returns:
- the value for the specified Issue
isASystemField
public boolean isASystemField()
- Returns:
- whether or not it is a system field
isChartSupported
public boolean isChartSupported()
- Returns:
- whether or not the field supports charts
isEditable
public boolean isEditable()
- Returns:
- whether or not the field can be remove
shouldReportDisplay
public boolean shouldReportDisplay()
- Returns:
- whether or not the field should be displayed in the reports
compareTo
public int compareTo(WatchedField field)
trash
public void trash()
throws GreenHopperException
- Throws:
GreenHopperException
setCapacity
public void setCapacity(java.lang.String minCapacity,
java.lang.String maxCapacity,
VersionBoard versionBoard)
throws GreenHopperException
- Throws:
GreenHopperException
setDefaultCapacity
public void setDefaultCapacity(java.lang.String minCapacity,
java.lang.String maxCapacity)
throws GreenHopperException
- Throws:
GreenHopperException
getCapacity
public Capacity getCapacity(PlanningBoard board)
getDefaultCapacity
public Capacity getDefaultCapacity(BoardWithCapacities board)
setMarker
public void setMarker(java.lang.String value,
Board board)
throws GreenHopperException
- Throws:
GreenHopperException
getVelocity
public double getVelocity()
Copyright © 2007-2014 Atlassian. All Rights Reserved.