@Controller @RequestMapping public class JiraController extends BaseApiController
IDENTITY_PROVIDER_ATTRIBUTE| Constructor and Description |
|---|
JiraController() |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
listActions(String idpEntityId,
javax.servlet.http.HttpServletRequest request) |
Action |
newAction(javax.servlet.http.HttpServletRequest request,
Action action) |
getIdpEntityIdFromToken, handleGenericException, handleSecurityException, verifyScope@RequestMapping(method=GET,
value="/api/protected/actions.json")
@ResponseBody
public List<Action> listActions(@RequestParam(value="idpEntityId")
String idpEntityId,
javax.servlet.http.HttpServletRequest request)
throws IOException
IOException@RequestMapping(method=POST,
value="/api/protected/action.json")
@ResponseBody
public Action newAction(javax.servlet.http.HttpServletRequest request,
@RequestBody
Action action)
throws IOException
IOExceptionCopyright © 2015 Pivotal Software, Inc.. All rights reserved.