Package com.atlassian.jira.project
Class ProjectTypesLinkFactory
java.lang.Object
com.atlassian.jira.project.ProjectTypesLinkFactory
- All Implemented Interfaces:
com.atlassian.plugin.web.api.provider.WebItemProvider
public class ProjectTypesLinkFactory
extends Object
implements com.atlassian.plugin.web.api.provider.WebItemProvider
A factory produces links of project types in the projects dropdown.
- Since:
- v7.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProjectTypesLinkFactory
(VelocityRequestContextFactory velocityRequestContextFactory, BrowseProjectTypeManager browseProjectTypeManager, JiraAuthenticationContext authenticationContext) -
Method Summary
-
Field Details
-
SELECTED_CATEGORY
- See Also:
-
ALL
- See Also:
-
SELECTED_PROJECT_TYPE
- See Also:
-
-
Constructor Details
-
ProjectTypesLinkFactory
public ProjectTypesLinkFactory(VelocityRequestContextFactory velocityRequestContextFactory, BrowseProjectTypeManager browseProjectTypeManager, JiraAuthenticationContext authenticationContext)
-
-
Method Details
-
getItems
- Specified by:
getItems
in interfacecom.atlassian.plugin.web.api.provider.WebItemProvider
-