java.lang.Object | |
↳ | com.atlassian.jira.admin.AdminHistoryLinkFactory |
A SimpleLinkFactory that produces links to Administration Pages for recently viewed administration pages
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Generates a list of
SimpleLink objects. | |||||||||||
Initialization method for the factory.
|
[Expand]
Inherited Methods | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||
From interface
com.atlassian.jira.plugin.webfragment.SimpleLinkFactory
|
Generates a list of SimpleLink
objects.
user | The user this list is being generated for. |
---|
SimpleLink
objects tailored for the user.
Initialization method for the factory. Used to retrieve information off the module descriptor
descriptor | The descriptor responsible for defining this factory. |
---|