public interface ActionsService
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
getActions(String identityProvider)
Get a list of all actions of a certain identity provider
|
void |
registerJiraIssueCreation(String issueKey,
JiraTask task,
String userId,
String userName)
Register the creation of a JIRA issue.
|
void |
synchronizeWithJira(String identityProvider)
Close local actions that are closed in Jira for a given identity provider.
|
List<Action> getActions(String identityProvider)
identityProvider - the identity providervoid registerJiraIssueCreation(String issueKey, JiraTask task, String userId, String userName)
issueKey - the created jira issue keytask - details of the issueuserId - the id of the user that created the requestuserName - the user's namevoid synchronizeWithJira(String identityProvider) throws IOException
identityProvider - the identity providerIOExceptionCopyright © 2012-2013 SURFnet bv, The Netherlands. All Rights Reserved.