|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BrowseContext in com.atlassian.jira.dev.reference.plugin.tabpanels |
|---|
| Methods in com.atlassian.jira.dev.reference.plugin.tabpanels with parameters of type BrowseContext | |
|---|---|
boolean |
ReferenceProjectTabPanel.showPanel(BrowseContext ctx)
|
| Uses of BrowseContext in com.atlassian.jira.plugin.browsepanel |
|---|
| Classes in com.atlassian.jira.plugin.browsepanel with type parameters of type BrowseContext | |
|---|---|
class |
AbstractFragmentBasedTabPanel<D extends AbstractTabPanelModuleDescriptor,C extends BrowseContext,F extends ProjectTabPanelFragment>
Abstract base for TabPanel implementers to extend. |
interface |
TabPanel<D extends AbstractTabPanelModuleDescriptor,C extends BrowseContext>
Unified interface for all fragment-based tab panels. |
| Uses of BrowseContext in com.atlassian.jira.plugin.componentpanel |
|---|
| Subinterfaces of BrowseContext in com.atlassian.jira.plugin.componentpanel | |
|---|---|
interface |
BrowseComponentContext
Maintains the context for the Component tabs. |
| Classes in com.atlassian.jira.plugin.componentpanel that implement BrowseContext | |
|---|---|
class |
BrowseComponentContextImpl
A narrowing of context from BrowseProjectContext that also includes a ProjectComponent. |
| Uses of BrowseContext in com.atlassian.jira.plugin.componentpanel.fragment.impl |
|---|
| Methods in com.atlassian.jira.plugin.componentpanel.fragment.impl with parameters of type BrowseContext | |
|---|---|
protected Map<String,Object> |
ComponentDescriptionFragment.createVelocityParams(BrowseContext ctx)
|
boolean |
ComponentDescriptionFragment.showFragment(BrowseContext ctx)
|
| Uses of BrowseContext in com.atlassian.jira.plugin.projectpanel.fragment |
|---|
| Methods in com.atlassian.jira.plugin.projectpanel.fragment with parameters of type BrowseContext | |
|---|---|
String |
ProjectTabPanelFragment.getHtml(BrowseContext ctx)
Renders the fragment. |
String |
MenuFragment.getHtml(BrowseContext ctx)
The Html representation of this menu. |
boolean |
ProjectTabPanelFragment.showFragment(BrowseContext ctx)
Whether or not to include a fragment. |
boolean |
MenuFragment.showFragment(BrowseContext ctx)
Whether or not to show this menu fragment. |
| Uses of BrowseContext in com.atlassian.jira.plugin.projectpanel.fragment.impl |
|---|
| Methods in com.atlassian.jira.plugin.projectpanel.fragment.impl with parameters of type BrowseContext | |
|---|---|
protected Map<String,Object> |
UnresolvedIssuesByPriorityFragment.createVelocityParams(BrowseContext ctx)
|
protected Map<String,Object> |
UnresolvedIssuesByFixVersionFragment.createVelocityParams(BrowseContext ctx)
|
protected Map<String,Object> |
UnresolvedIssuesByComponentFragment.createVelocityParams(BrowseContext ctx)
|
protected Map<String,Object> |
UnresolvedIssuesByAssigneeFragment.createVelocityParams(BrowseContext ctx)
|
protected Map<String,Object> |
StatusSummaryFragment.createVelocityParams(BrowseContext ctx)
|
protected Map<String,Object> |
ProjectDescriptionFragment.createVelocityParams(BrowseContext ctx)
|
protected Map<String,Object> |
DueVersionsFragment.createVelocityParams(BrowseContext ctx)
|
protected Map<String,Object> |
CreatedVsResolvedFragment.createVelocityParams(BrowseContext ctx)
|
protected Map<String,Object> |
ActivityStreamFragment.createVelocityParams(BrowseContext ctx)
|
protected Map<String,Object> |
AbstractIssuesFragment.createVelocityParams(BrowseContext ctx)
|
protected Map<String,Object> |
AbstractFragment.createVelocityParams(BrowseContext ctx)
Creates new map of velocity parameters. |
String |
ReportsMenuFragment.getHtml(BrowseContext ctx)
|
String |
ReleaseNotesMenuFragment.getHtml(BrowseContext ctx)
|
String |
FiltersMenuFragment.getHtml(BrowseContext ctx)
|
String |
AbstractFragment.getHtml(BrowseContext ctx)
Renders the fragment. |
boolean |
UnresolvedIssuesByFixVersionFragment.showFragment(BrowseContext ctx)
|
boolean |
StatusSummaryFragment.showFragment(BrowseContext ctx)
Always returns true as the status field is always visible. |
boolean |
ReportsMenuFragment.showFragment(BrowseContext ctx)
|
boolean |
ReleaseNotesMenuFragment.showFragment(BrowseContext ctx)
|
boolean |
ProjectDescriptionFragment.showFragment(BrowseContext ctx)
|
boolean |
FiltersMenuFragment.showFragment(BrowseContext ctx)
|
boolean |
DueVersionsFragment.showFragment(BrowseContext ctx)
|
boolean |
DueIssuesFragment.showFragment(BrowseContext ctx)
|
boolean |
CreatedVsResolvedFragment.showFragment(BrowseContext ctx)
|
boolean |
ActivityStreamFragment.showFragment(BrowseContext ctx)
|
boolean |
AbstractIssuesFragment.showFragment(BrowseContext ctx)
|
| Uses of BrowseContext in com.atlassian.jira.plugin.projectpanel.impl |
|---|
| Methods in com.atlassian.jira.plugin.projectpanel.impl with parameters of type BrowseContext | |
|---|---|
protected Map<String,Object> |
VersionsProjectTabPanel.createVelocityParams(BrowseContext ctx)
|
protected Map<String,Object> |
PopularIssuesProjectTabPanel.createVelocityParams(BrowseContext ctx)
|
protected Map<String,Object> |
ComponentsProjectTabPanel.createVelocityParams(BrowseContext ctx)
|
protected Map<String,Object> |
AbstractProjectTabPanel.createVelocityParams(BrowseContext ctx)
Creates new map of velocity parameters. |
String |
VersionsProjectTabPanel.getHtml(BrowseContext ctx)
|
String |
RoadMapProjectTabPanel.getHtml(BrowseContext ctx)
|
String |
LabelsHeatmapProjectTabPanel.getHtml(BrowseContext browseContext)
Returns HTML for the project tab. |
String |
GenericProjectTabPanel.getHtml(BrowseContext ctx)
|
String |
ComponentsVersionsProjectTabPanel.getHtml(BrowseContext ctx)
|
String |
ChangeLogProjectTabPanel.getHtml(BrowseContext ctx)
|
String |
AbstractProjectTabPanel.getHtml(BrowseContext ctx)
|
String |
VersionDrillDownRenderer.getHtml(BrowseContext ctx,
String uniqueKey,
Collection<Version> versions)
Retreives the html for a non-personal roadmap/changelog |
String |
VersionDrillDownRenderer.getHtml(BrowseContext ctx,
String uniqueKey,
Collection<Version> versions,
boolean isPersonal)
Retreives the html for the roadmap. |
protected List<ProjectTabPanelFragment> |
SummaryProjectTabPanel.getLeftColumnFragments(BrowseContext ctx)
|
protected List<ProjectTabPanelFragment> |
IssuesProjectTabPanel.getLeftColumnFragments(BrowseContext ctx)
|
protected List<ProjectTabPanelFragment> |
SummaryProjectTabPanel.getRightColumnFragments(BrowseContext ctx)
|
protected List<ProjectTabPanelFragment> |
IssuesProjectTabPanel.getRightColumnFragments(BrowseContext ctx)
|
boolean |
VersionsProjectTabPanel.showPanel(BrowseContext ctx)
|
boolean |
SummaryProjectTabPanel.showPanel(BrowseContext ctx)
|
boolean |
RoadMapProjectTabPanel.showPanel(BrowseContext ctx)
|
boolean |
PopularIssuesProjectTabPanel.showPanel(BrowseContext ctx)
|
boolean |
LabelsHeatmapProjectTabPanel.showPanel(BrowseContext browseContext)
|
boolean |
IssuesProjectTabPanel.showPanel(BrowseContext ctx)
|
boolean |
ImportantProjectTabPanel.showPanel(BrowseContext ctx)
|
boolean |
GenericVersionsProjectTabPanel.showPanel(BrowseContext ctx)
|
boolean |
GenericProjectTabPanel.showPanel(BrowseContext ctx)
|
boolean |
ComponentsVersionsProjectTabPanel.showPanel(BrowseContext ctx)
|
boolean |
ComponentsProjectTabPanel.showPanel(BrowseContext ctx)
|
boolean |
ChangeLogProjectTabPanel.showPanel(BrowseContext ctx)
|
| Constructors in com.atlassian.jira.plugin.projectpanel.impl with parameters of type BrowseContext | |
|---|---|
VersionDrillDownRenderer.RoadMapGraphingBean(BrowseContext ctx,
SearchProvider searchProvider,
ConstantsManager constantsManager,
SearchService searchService,
boolean isPersonal)
|
|
VersionDrillDownRenderer.VersionHelperBean(BrowseContext ctx,
SearchProvider searchProvider,
boolean isPersonal)
|
|
| Uses of BrowseContext in com.atlassian.jira.plugin.util |
|---|
| Methods in com.atlassian.jira.plugin.util with parameters of type BrowseContext | |
|---|---|
List |
TabPanelUtil.PopularIssues.getIssues(BrowseContext context,
boolean resolved)
|
| Uses of BrowseContext in com.atlassian.jira.plugin.versionpanel |
|---|
| Subinterfaces of BrowseContext in com.atlassian.jira.plugin.versionpanel | |
|---|---|
interface |
BrowseVersionContext
Maintains the current context for browsing a version. |
| Classes in com.atlassian.jira.plugin.versionpanel that implement BrowseContext | |
|---|---|
class |
BrowseVersionContextImpl
A narrowing of context from BrowseProjectContext that also includes a Version. |
| Uses of BrowseContext in com.atlassian.jira.plugin.versionpanel.fragment.impl |
|---|
| Methods in com.atlassian.jira.plugin.versionpanel.fragment.impl with parameters of type BrowseContext | |
|---|---|
protected Map<String,Object> |
VersionDescriptionFragment.createVelocityParams(BrowseContext ctx)
|
boolean |
VersionDescriptionFragment.showFragment(BrowseContext ctx)
|
| Uses of BrowseContext in com.atlassian.jira.project.browse |
|---|
| Classes in com.atlassian.jira.project.browse that implement BrowseContext | |
|---|---|
class |
BrowseProjectContext
Context for BrowseProject when viewing a project. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||