Uses of Interface
com.atlassian.jira.project.browse.BrowseContext

Packages that use BrowseContext
com.atlassian.jira.dev.reference.plugin.tabpanels   
com.atlassian.jira.plugin.browsepanel   
com.atlassian.jira.plugin.componentpanel   
com.atlassian.jira.plugin.componentpanel.fragment.impl   
com.atlassian.jira.plugin.projectpanel.fragment   
com.atlassian.jira.plugin.projectpanel.fragment.impl   
com.atlassian.jira.plugin.projectpanel.impl   
com.atlassian.jira.plugin.util   
com.atlassian.jira.plugin.versionpanel   
com.atlassian.jira.plugin.versionpanel.fragment.impl   
com.atlassian.jira.project.browse   
 

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 TabPanelModuleDescriptor,C extends BrowseContext,F extends ProjectTabPanelFragment>
          Abstract base for TabPanel implementers to extend.
 interface TabPanel<D extends TabPanelModuleDescriptor,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 MenuFragment.getHtml(BrowseContext ctx)
          The Html representation of this menu.
 String ProjectTabPanelFragment.getHtml(BrowseContext ctx)
          Renders the fragment.
 boolean MenuFragment.showFragment(BrowseContext ctx)
          Whether or not to show this menu fragment.
 boolean ProjectTabPanelFragment.showFragment(BrowseContext ctx)
          Whether or not to include a 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> DueVersionsFragment.createVelocityParams(BrowseContext ctx)
           
protected  Map<String,Object> ActivityStreamFragment.createVelocityParams(BrowseContext ctx)
           
protected  Map<String,Object> CreatedVsResolvedFragment.createVelocityParams(BrowseContext ctx)
           
protected  Map<String,Object> UnresolvedIssuesByFixVersionFragment.createVelocityParams(BrowseContext ctx)
           
protected  Map<String,Object> ProjectReportsFragment.createVelocityParams(BrowseContext ctx)
           
protected  Map<String,Object> NoIssuesFragment.createVelocityParams(BrowseContext ctx)
           
protected  Map<String,Object> ProjectDescriptionFragment.createVelocityParams(BrowseContext ctx)
           
protected  Map<String,Object> UnresolvedIssuesByPriorityFragment.createVelocityParams(BrowseContext ctx)
           
protected  Map<String,Object> UnresolvedIssuesByAssigneeFragment.createVelocityParams(BrowseContext ctx)
           
protected  Map<String,Object> UnresolvedIssuesByComponentFragment.createVelocityParams(BrowseContext ctx)
           
protected  Map<String,Object> AbstractFragment.createVelocityParams(BrowseContext ctx)
          Creates new map of velocity parameters.
protected  Map<String,Object> AbstractIssuesFragment.createVelocityParams(BrowseContext ctx)
           
protected  Map<String,Object> IssueFiltersFragment.createVelocityParams(BrowseContext ctx)
           
protected  Map<String,Object> UnresolvedIssuesByIssueTypeFragment.createVelocityParams(BrowseContext ctx)
           
protected  Map<String,Object> StatusSummaryFragment.createVelocityParams(BrowseContext ctx)
           
 String AbstractFragment.getHtml(BrowseContext ctx)
          Renders the fragment.
 String ReleaseNotesMenuFragment.getHtml(BrowseContext ctx)
           
 boolean DueVersionsFragment.showFragment(BrowseContext ctx)
           
 boolean ActivityStreamFragment.showFragment(BrowseContext ctx)
           
 boolean CreatedVsResolvedFragment.showFragment(BrowseContext ctx)
           
 boolean UnresolvedIssuesByFixVersionFragment.showFragment(BrowseContext ctx)
           
 boolean ProjectReportsFragment.showFragment(BrowseContext ctx)
           
 boolean NoIssuesFragment.showFragment(BrowseContext ctx)
           
 boolean ProjectDescriptionFragment.showFragment(BrowseContext ctx)
           
 boolean DueIssuesFragment.showFragment(BrowseContext ctx)
           
 boolean ReleaseNotesMenuFragment.showFragment(BrowseContext ctx)
           
 boolean AbstractIssuesFragment.showFragment(BrowseContext ctx)
           
 boolean IssueFiltersFragment.showFragment(BrowseContext ctx)
           
 boolean StatusSummaryFragment.showFragment(BrowseContext ctx)
          Always returns true as the status field is always visible.
 

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> ComponentsProjectTabPanel.createVelocityParams(BrowseContext ctx)
           
protected  Map<String,Object> PopularIssuesProjectTabPanel.createVelocityParams(BrowseContext ctx)
           
protected  Map<String,Object> AbstractProjectTabPanel.createVelocityParams(BrowseContext ctx)
          Creates new map of velocity parameters.
 String RoadMapProjectTabPanel.getHtml(BrowseContext ctx)
           
 String VersionsProjectTabPanel.getHtml(BrowseContext ctx)
           
 String ComponentsVersionsProjectTabPanel.getHtml(BrowseContext ctx)
           
 String LabelsHeatmapProjectTabPanel.getHtml(BrowseContext browseContext)
          Returns HTML for the project tab.
 String ChangeLogProjectTabPanel.getHtml(BrowseContext ctx)
           
 String GenericProjectTabPanel.getHtml(BrowseContext ctx)
          Deprecated.  
 String AbstractProjectTabPanel.getHtml(BrowseContext ctx)
           
 String VersionDrillDownRenderer.getHtml(BrowseContext ctx, String uniqueKey, Collection<Version> versions)
          Retrieves the html for a non-personal roadmap/changelog
 String VersionDrillDownRenderer.getHtml(BrowseContext ctx, String uniqueKey, Collection<Version> versions, boolean isPersonal)
          Retrieves 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)
           
protected  List<ProjectTabPanelFragment> IssuesProjectTabPanel.getTopFragments(BrowseContext ctx)
           
 boolean ImportantProjectTabPanel.showPanel(BrowseContext ctx)
           
 boolean RoadMapProjectTabPanel.showPanel(BrowseContext ctx)
           
 boolean VersionsProjectTabPanel.showPanel(BrowseContext ctx)
           
 boolean SummaryProjectTabPanel.showPanel(BrowseContext ctx)
           
 boolean ComponentsVersionsProjectTabPanel.showPanel(BrowseContext ctx)
           
 boolean GenericVersionsProjectTabPanel.showPanel(BrowseContext ctx)
          Deprecated.  
 boolean LabelsHeatmapProjectTabPanel.showPanel(BrowseContext browseContext)
           
 boolean ComponentsProjectTabPanel.showPanel(BrowseContext ctx)
           
 boolean IssuesProjectTabPanel.showPanel(BrowseContext ctx)
           
 boolean ChangeLogProjectTabPanel.showPanel(BrowseContext ctx)
           
 boolean PopularIssuesProjectTabPanel.showPanel(BrowseContext ctx)
           
 boolean GenericProjectTabPanel.showPanel(BrowseContext ctx)
          Deprecated.  
 

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.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.