com.pyxis.greenhopper.gadget
Class CrossAgileGadgetPreferences

java.lang.Object
  extended by com.pyxis.greenhopper.gadget.CrossAgileGadgetPreferences
All Implemented Interfaces:
GHAgileGadgetPreferences

public class CrossAgileGadgetPreferences
extends java.lang.Object
implements GHAgileGadgetPreferences

See GHAgileGadgetPreferences Implementation that is based on a filter, thus NO BoardContext


Field Summary
 
Fields inherited from interface com.pyxis.greenhopper.gadget.GHAgileGadgetPreferences
STATS
 
Constructor Summary
CrossAgileGadgetPreferences(java.lang.String filterId, java.lang.String chartType, java.lang.String fieldId, java.lang.String startDate, java.lang.String endDate, boolean isAssignedOn, boolean forMaster, boolean showLabels, boolean showLegend, com.atlassian.crowd.embedded.api.User user, int width)
           
 
Method Summary
 boolean canSetAssignToMe()
           
 GadgetBoard getBoard()
           
 ChartContext getChartContext()
           
 java.lang.String getChartType()
           
 Context getContext()
           
 java.lang.String getContextName()
           
 java.lang.String getEndDate()
           
 com.atlassian.jira.issue.search.SearchRequest getFilter()
           
 int getHeight()
           
 java.lang.String getMaster()
           
 java.lang.String getName()
           
 java.lang.String getProjectOrFilterId()
           
 java.lang.String getSelectedId()
           
 java.lang.String getStartDate()
           
 java.lang.String getTitle()
           
 com.atlassian.crowd.embedded.api.User getUser()
           
 com.atlassian.jira.project.version.Version getVersion()
           
 WatchedField getWatchedField()
           
 java.lang.String getWatchedFieldId()
           
 int getWidth()
           
 boolean isAssignedOn()
           
 boolean isForMaster()
           
 boolean isMaster()
           
 boolean showLabels()
           
 boolean showLegend()
           
 java.lang.String toQueryString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrossAgileGadgetPreferences

public CrossAgileGadgetPreferences(java.lang.String filterId,
                                   java.lang.String chartType,
                                   java.lang.String fieldId,
                                   java.lang.String startDate,
                                   java.lang.String endDate,
                                   boolean isAssignedOn,
                                   boolean forMaster,
                                   boolean showLabels,
                                   boolean showLegend,
                                   com.atlassian.crowd.embedded.api.User user,
                                   int width)
Method Detail

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface GHAgileGadgetPreferences

getName

public java.lang.String getName()
Specified by:
getName in interface GHAgileGadgetPreferences

getChartContext

public ChartContext getChartContext()
Specified by:
getChartContext in interface GHAgileGadgetPreferences

getProjectOrFilterId

public java.lang.String getProjectOrFilterId()
Specified by:
getProjectOrFilterId in interface GHAgileGadgetPreferences

isAssignedOn

public boolean isAssignedOn()
Specified by:
isAssignedOn in interface GHAgileGadgetPreferences

canSetAssignToMe

public boolean canSetAssignToMe()
Specified by:
canSetAssignToMe in interface GHAgileGadgetPreferences

getChartType

public java.lang.String getChartType()
Specified by:
getChartType in interface GHAgileGadgetPreferences

getWatchedField

public WatchedField getWatchedField()
Specified by:
getWatchedField in interface GHAgileGadgetPreferences

getWatchedFieldId

public java.lang.String getWatchedFieldId()
Specified by:
getWatchedFieldId in interface GHAgileGadgetPreferences

getStartDate

public java.lang.String getStartDate()
Specified by:
getStartDate in interface GHAgileGadgetPreferences

getEndDate

public java.lang.String getEndDate()
Specified by:
getEndDate in interface GHAgileGadgetPreferences

showLabels

public boolean showLabels()
Specified by:
showLabels in interface GHAgileGadgetPreferences

showLegend

public boolean showLegend()
Specified by:
showLegend in interface GHAgileGadgetPreferences

isForMaster

public boolean isForMaster()
Specified by:
isForMaster in interface GHAgileGadgetPreferences

isMaster

public boolean isMaster()
Specified by:
isMaster in interface GHAgileGadgetPreferences

getUser

public com.atlassian.crowd.embedded.api.User getUser()
Specified by:
getUser in interface GHAgileGadgetPreferences

getSelectedId

public java.lang.String getSelectedId()
Specified by:
getSelectedId in interface GHAgileGadgetPreferences

getFilter

public com.atlassian.jira.issue.search.SearchRequest getFilter()

getWidth

public int getWidth()
Specified by:
getWidth in interface GHAgileGadgetPreferences

getHeight

public int getHeight()
Specified by:
getHeight in interface GHAgileGadgetPreferences

getBoard

public GadgetBoard getBoard()
Specified by:
getBoard in interface GHAgileGadgetPreferences

getMaster

public java.lang.String getMaster()
Specified by:
getMaster in interface GHAgileGadgetPreferences

getContext

public Context getContext()
Specified by:
getContext in interface GHAgileGadgetPreferences

getContextName

public java.lang.String getContextName()
Specified by:
getContextName in interface GHAgileGadgetPreferences

getVersion

public com.atlassian.jira.project.version.Version getVersion()
Specified by:
getVersion in interface GHAgileGadgetPreferences

toQueryString

public java.lang.String toQueryString()
Specified by:
toQueryString in interface GHAgileGadgetPreferences


Copyright © 2007-2012 Atlassian. All Rights Reserved.