Class BoardSidebarResource
java.lang.Object
com.atlassian.greenhopper.web.AbstractResource
com.atlassian.greenhopper.web.sidebar.BoardSidebarResource
@Path("sidebar")
@Consumes("application/json")
@Produces("application/json")
public class BoardSidebarResource
extends AbstractResource
-
Field Summary
Fields inherited from class com.atlassian.greenhopper.web.AbstractResource
authenticationContext, log
-
Constructor Summary
ConstructorsConstructorDescriptionBoardSidebarResource
(GlobalBoardSidebarRenderer globalBoardSidebarRenderer, com.atlassian.jira.security.JiraAuthenticationContext jiraAuthenticationContext, RapidViewPermissionService rapidViewPermissionService, GlobalBoardDarkFeatureManager globalBoardDarkFeatureManager, RapidViewManager rapidViewManager, com.atlassian.webresource.api.assembler.PageBuilderService pageBuilderService) -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
getGlobalBoardSidebar
(String selectedItem, String rapidViewId) Get HTML and WRM data for Global Board sidebarMethods inherited from class com.atlassian.greenhopper.web.AbstractResource
check, checkResult, createNoContentResponse, createOkResponse, createOkResponse, getUser, isGadgetRequest, nullSafe, response, responseWithoutAccessCheck
-
Constructor Details
-
BoardSidebarResource
@Inject public BoardSidebarResource(GlobalBoardSidebarRenderer globalBoardSidebarRenderer, com.atlassian.jira.security.JiraAuthenticationContext jiraAuthenticationContext, RapidViewPermissionService rapidViewPermissionService, GlobalBoardDarkFeatureManager globalBoardDarkFeatureManager, RapidViewManager rapidViewManager, com.atlassian.webresource.api.assembler.PageBuilderService pageBuilderService)
-
-
Method Details