com.atlassian.jira.plugin.componentpanel
Interface BrowseComponentContext

All Superinterfaces:
BrowseContext

public interface BrowseComponentContext
extends BrowseContext

Maintains the context for the Component tabs.


Method Summary
 ProjectComponent getComponent()
          Retrieve the component for this context
 
Methods inherited from interface com.atlassian.jira.project.browse.BrowseContext
createParameterMap, createQuery, getContextKey, getProject, getQueryString, getUser
 

Method Detail

getComponent

ProjectComponent getComponent()
Retrieve the component for this context

Returns:
A ProjectComponent


Copyright © 2002-2014 Atlassian. All Rights Reserved.