|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.jira.plugin.projectpanel.fragment.impl.ReportsMenuFragment
public class ReportsMenuFragment
Displays a reports dropdown on the browse project page.
Constructor Summary | |
---|---|
ReportsMenuFragment(com.atlassian.velocity.VelocityManager velocityManager,
JiraAuthenticationContext jiraAuthenticationContext,
ApplicationProperties applicationProperties,
com.atlassian.plugin.PluginAccessor pluginAccessor)
|
Method Summary | |
---|---|
String |
getHtml(BrowseContext ctx)
The Html representation of this menu. |
String |
getId()
The id of the fragment div |
boolean |
showFragment(BrowseContext ctx)
Whether or not to show this menu fragment. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReportsMenuFragment(com.atlassian.velocity.VelocityManager velocityManager, JiraAuthenticationContext jiraAuthenticationContext, ApplicationProperties applicationProperties, com.atlassian.plugin.PluginAccessor pluginAccessor)
Method Detail |
---|
public String getId()
MenuFragment
getId
in interface MenuFragment
public String getHtml(BrowseContext ctx)
MenuFragment
getHtml
in interface MenuFragment
ctx
- The context under which this menu is being used. Project, component, version...
public boolean showFragment(BrowseContext ctx)
MenuFragment
showFragment
in interface MenuFragment
ctx
- The context under which this menu is being used. Project, component, version...
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |