|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WatchedField
Field that is watched for a given project Watched fields are created by adding custom fields to the statistics, thus making them "watched". Examples are story points, standard issue count or time remaining. The field as such is therefore NOT a JIRA field, but a computed value
Field Summary | |
---|---|
static java.lang.String |
ALIAS
|
Method Summary | |
---|---|
java.lang.String |
getId()
Retrieves the id of the watched field |
java.lang.String |
getName()
Retrieves the name of the watched field |
java.lang.String |
getTooltipLabel(I18n2 i18n,
java.lang.Double value)
|
java.lang.String |
getTooltipLabel(I18n i18n,
java.lang.Double value)
Retrieves the tooltip label of the watched field |
java.lang.Double |
getValue(com.atlassian.jira.issue.Issue issue)
Retrieves the value for the specified Issue |
java.lang.Double |
getValue(java.lang.String luceneValue)
Retrieves the value from the lucene value |
boolean |
isASystemField()
|
boolean |
isChartSupported()
|
boolean |
isEditable()
|
boolean |
isRemovable()
|
java.lang.Double |
parse(java.lang.String value)
Parses the value into a Double |
java.lang.String |
render(java.lang.Double value)
Renders the value into a displayable String |
boolean |
shouldReportDisplay()
|
Field Detail |
---|
static final java.lang.String ALIAS
Method Detail |
---|
java.lang.Double getValue(com.atlassian.jira.issue.Issue issue)
issue
-
java.lang.Double getValue(java.lang.String luceneValue)
luceneValue
-
java.lang.String getName()
java.lang.String getTooltipLabel(I18n i18n, java.lang.Double value)
value
- the value to create the tooltip with
java.lang.String getTooltipLabel(I18n2 i18n, java.lang.Double value)
java.lang.String getId()
boolean isEditable()
boolean isRemovable()
boolean isChartSupported()
boolean shouldReportDisplay()
java.lang.String render(java.lang.Double value)
value
- to render
java.lang.Double parse(java.lang.String value) throws GreenHopperException
value
- to parse
GreenHopperException
boolean isASystemField()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |