|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActionsService
Service for Actions
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
List<Action> getActions(String identityProvider)
identityProvider - the identity provider
void 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 name
void synchronizeWithJira(String identityProvider)
throws IOException
identityProvider - the identity provider
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||