|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Uses of Context2 in com.atlassian.greenhopper.service.charts |
---|
Methods in com.atlassian.greenhopper.service.charts that return Context2 | |
---|---|
Context2 |
BacklogHourBurndownSpan.getContext()
|
Methods in com.atlassian.greenhopper.service.charts with parameters of type Context2 | |
---|---|
void |
BacklogHourBurndownSpan.setContext(Context2 context)
|
Constructors in com.atlassian.greenhopper.service.charts with parameters of type Context2 | |
---|---|
BacklogHourBurndownSpanMapper(XProject xproject,
Context2 context,
BacklogService backlogService,
BacklogHierarchyService backlogHierarchyService,
JqlQueryService jqlQueryService)
|
Uses of Context2 in com.atlassian.greenhopper.service.context |
---|
Classes in com.atlassian.greenhopper.service.context that implement Context2 | |
---|---|
class |
ContextImpl2
|
Methods in com.atlassian.greenhopper.service.context that return Context2 | |
---|---|
Context2 |
ContextService.getById(com.opensymphony.user.User user,
XProject xproject,
java.lang.String id,
boolean fallbackToDefault)
Get a context by name. |
Context2 |
ContextServiceImpl.getById(com.opensymphony.user.User user,
XProject xproject,
java.lang.String id,
boolean fallbackToDefault)
Get a Context by id |
Context2 |
ContextService.getSelectedContext(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
UserBoardSettings settings)
Get the selected context for a given view. |
Context2 |
ContextServiceImpl.getSelectedContext(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
UserBoardSettings settings)
Get the last selected context for a given project / board type |
Methods in com.atlassian.greenhopper.service.context with parameters of type Context2 | |
---|---|
ContextInfo |
ContextService.getInfoForContext(Context2 context)
Get the info object for a given context. |
ContextInfo |
ContextServiceImpl.getInfoForContext(Context2 context)
Get the info object for a given context. |
void |
ContextService.setSelectedContext(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
Context2 context,
UserBoardSettings settings)
Set a context as the selected context for a given view. |
void |
ContextServiceImpl.setSelectedContext(com.opensymphony.user.User user,
XProject xproject,
ViewDefinition view,
Context2 context,
UserBoardSettings settings)
Set the last selected context for a given project / board type |
Uses of Context2 in com.atlassian.greenhopper.service.statistics |
---|
Methods in com.atlassian.greenhopper.service.statistics with parameters of type Context2 | |
---|---|
java.util.Map<java.lang.String,Summary> |
BacklogStatsCollectorProvider.getSummaries(com.opensymphony.user.User user,
XProject xproject,
Context2 context,
ViewDefinition view,
java.util.Collection<java.lang.String> ids,
org.apache.lucene.search.HitCollector collector)
|
java.util.Map<java.lang.String,Summary> |
StatsCollectorProvider.getSummaries(com.opensymphony.user.User user,
XProject xproject,
Context2 context,
ViewDefinition view,
java.util.Collection<java.lang.String> ids,
org.apache.lucene.search.HitCollector collector)
Get the summaries for all ids, passing in the processed collectors. |
java.util.Map<java.lang.String,Summary> |
StatServiceImpl.getSummaries(com.opensymphony.user.User user,
XProject xproject,
Context2 context,
ViewDefinition view,
java.util.Collection<java.lang.String> ids,
StatsCollectorProvider statsCollector)
Generic statistics collection method - requires a StatsCollector implementation to correctly work |
java.util.Map<java.lang.String,Summary> |
StatService.getSummariesForBacklogs(com.opensymphony.user.User user,
XProject xproject,
Context2 context,
ViewDefinition view,
java.util.Collection<Backlog> backlogs)
|
java.util.Map<java.lang.String,Summary> |
StatServiceImpl.getSummariesForBacklogs(com.opensymphony.user.User user,
XProject xproject,
Context2 context,
ViewDefinition view,
java.util.Collection<Backlog> backlogs)
Collect statistics for Versions. |
Uses of Context2 in com.atlassian.greenhopper.web.input |
---|
Methods in com.atlassian.greenhopper.web.input that return Context2 | |
---|---|
Context2 |
BaseData.getContext()
|
Methods in com.atlassian.greenhopper.web.input with parameters of type Context2 | |
---|---|
void |
BaseData.setContext(Context2 context)
|
Uses of Context2 in com.atlassian.greenhopper.web.issue.list |
---|
Methods in com.atlassian.greenhopper.web.issue.list with parameters of type Context2 | |
---|---|
IssueListData |
IssueListDataFactory.load(com.opensymphony.user.User user,
XProject xproject,
Context2 context,
ViewDefinition viewDefinition,
ProjectConfiguration projectConfiguration)
|
Uses of Context2 in com.pyxis.greenhopper.jira.configurations.context |
---|
Subinterfaces of Context2 in com.pyxis.greenhopper.jira.configurations.context | |
---|---|
interface |
Context
|
Classes in com.pyxis.greenhopper.jira.configurations.context that implement Context2 | |
---|---|
class |
ContextImpl
|
class |
DefaultContext
|
class |
EmptyContext
|
class |
MenuContext
|
class |
SortedOnly
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |