public class BrowseProjectsResource extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BrowseProjectsResource.ActiveCategory |
Constructor and Description |
---|
BrowseProjectsResource(JiraAuthenticationContext jiraAuthenticationContext,
VelocityRequestContextFactory contextFactory,
ProjectManager projectManager,
PermissionManager permissionManager) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getCurrent()
Returns the active Project Category.
|
javax.ws.rs.core.Response |
setCurrent(BrowseProjectsResource.ActiveCategory activeCategory)
Sets the active project category.
|
javax.ws.rs.core.Response |
setSelectedProjectTypeKey(String currentProjectType)
Sets the current project type.
|
public BrowseProjectsResource(JiraAuthenticationContext jiraAuthenticationContext, VelocityRequestContextFactory contextFactory, ProjectManager projectManager, PermissionManager permissionManager)
public javax.ws.rs.core.Response getCurrent()
public javax.ws.rs.core.Response setCurrent(BrowseProjectsResource.ActiveCategory activeCategory)
activeCategory
- the active project categorypublic javax.ws.rs.core.Response setSelectedProjectTypeKey(String currentProjectType)
currentProjectType
- the current project typeCopyright © 2002-2022 Atlassian. All Rights Reserved.