com.pyxis.greenhopper.jira.boards.stats
Class DefaultWatchedField
java.lang.Object
com.pyxis.greenhopper.jira.boards.stats.AbstractWatchedField
com.pyxis.greenhopper.jira.boards.stats.AbstractWatchedCustomField
com.pyxis.greenhopper.jira.boards.stats.DefaultWatchedField
- All Implemented Interfaces:
- WatchedField
public class DefaultWatchedField
- 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 |
DefaultWatchedField
public DefaultWatchedField(CustomIssueField field,
boolean isRemovable)
DefaultWatchedField
public DefaultWatchedField(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
getVelocity
public double getVelocity()
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
shouldReportDisplay
public boolean shouldReportDisplay()
- Returns:
- whether or not the field should be displayed in the reports
isEditable
public boolean isEditable()
- Returns:
- whether or not the field can be remove
isRemovable
public boolean isRemovable()
- Specified by:
isRemovable
in interface WatchedField
- Overrides:
isRemovable
in class AbstractWatchedField
- Returns:
- whether or not the field can be remove
Copyright © 2007-2014 Atlassian. All Rights Reserved.