@RestController
@RequestMapping(value="/dashboard/api/actions",
produces="application/json")
public class ActionsController
extends BaseController
localeResolver| Constructor and Description |
|---|
ActionsController() |
| Modifier and Type | Method and Description |
|---|---|
RestResponse<JiraResponse> |
search(String idpEntityId,
JiraFilter filter) |
createRestResponse, getLocale@PreAuthorize(value="hasAnyRole(\'DASHBOARD_ADMIN,DASHBOARD_VIEWER,DASHBOARD_SUPER_USER\')") @RequestMapping(method=POST) public RestResponse<JiraResponse> search(@RequestHeader(value="X-IDP-ENTITY-ID") String idpEntityId, @RequestBody JiraFilter filter)
Copyright © 2012–2021 Pivotal Software, Inc.. All rights reserved.