com.pyxis.greenhopper.gadget
Interface GHAgileGadgetPreferences
- All Known Implementing Classes:
- AgileGadgetPreferences, AgileGadgetTabPreferences, CrossAgileGadgetPreferences
public interface GHAgileGadgetPreferences
Preferences object used to temporarily define a ChartContext
By default ChartContext is backed by the database to keep last selection state stored.
For gadgets we don't want the gadget to alter the user preferences, and by using GadgetContext
we make sure this won't happen.
Two implementations exist, one that depends on a BoardContext (AgileGadgetPreferences, GadgetBoard)
and another that depends on a filter (GHAgileGadgetPreferences, CrossAgileGadgetContext).
Field Summary |
static java.lang.String |
STATS
|
STATS
static final java.lang.String STATS
- See Also:
- Constant Field Values
getTitle
java.lang.String getTitle()
getName
java.lang.String getName()
getUser
com.atlassian.crowd.embedded.api.User getUser()
getChartContext
ChartContext getChartContext()
getBoard
GadgetBoard getBoard()
getMaster
java.lang.String getMaster()
getVersion
com.atlassian.jira.project.version.Version getVersion()
getSelectedId
java.lang.String getSelectedId()
getProjectOrFilterId
java.lang.String getProjectOrFilterId()
getContext
Context getContext()
getContextName
java.lang.String getContextName()
isAssignedOn
boolean isAssignedOn()
canSetAssignToMe
boolean canSetAssignToMe()
getChartType
java.lang.String getChartType()
getWatchedField
WatchedField getWatchedField()
getWatchedFieldId
java.lang.String getWatchedFieldId()
getStartDate
java.lang.String getStartDate()
getEndDate
java.lang.String getEndDate()
showLabels
boolean showLabels()
showLegend
boolean showLegend()
isForMaster
boolean isForMaster()
isMaster
boolean isMaster()
getWidth
int getWidth()
getHeight
int getHeight()
toQueryString
java.lang.String toQueryString()
Copyright © 2007-2014 Atlassian. All Rights Reserved.