@Service(value="actionsService") public class ActionsServiceImpl extends Object implements ActionsService
| Constructor and Description |
|---|
ActionsServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
getActions(String identityProvider)
Get a list of all actions of a certain identity provider
|
void |
registerJiraIssueCreation(Action action)
Register the creation of a JIRA issue.
|
Action |
saveAction(Action action)
Register the creation of an Action
|
public List<Action> getActions(String identityProvider)
ActionsServicegetActions in interface ActionsServiceidentityProvider - the identity providerpublic void registerJiraIssueCreation(Action action)
ActionsServiceregisterJiraIssueCreation in interface ActionsServiceaction - the original actionpublic Action saveAction(Action action)
ActionsServicesaveAction in interface ActionsServiceaction - the original actionCopyright © 2012–2016 Pivotal Software, Inc.. All rights reserved.