@Service public class ActionsServiceImpl extends Object implements ActionsService
| Constructor and Description |
|---|
ActionsServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
approveInviteRequest(String jiraKey,
String comment,
boolean transitionToResolved) |
Action |
connectWithoutInteraction(Action action) |
Action |
create(Action action,
List<Change> changes) |
void |
rejectInviteRequest(String jiraKey,
String comment) |
JiraResponse |
searchTasks(String idp,
JiraFilter jiraFilter) |
protected List<String> |
spEmails(Optional<ServiceProvider> serviceProvider) |
void |
updateOptionalMessage(String jiraKey,
String optionalMessage) |
public JiraResponse searchTasks(String idp, JiraFilter jiraFilter)
searchTasks in interface ActionsServicepublic Action create(Action action, List<Change> changes)
create in interface ActionsServicepublic Action connectWithoutInteraction(Action action)
connectWithoutInteraction in interface ActionsServiceprotected List<String> spEmails(Optional<ServiceProvider> serviceProvider)
public void rejectInviteRequest(String jiraKey, String comment)
rejectInviteRequest in interface ActionsServicepublic void approveInviteRequest(String jiraKey, String comment, boolean transitionToResolved)
approveInviteRequest in interface ActionsServicepublic void updateOptionalMessage(String jiraKey, String optionalMessage)
updateOptionalMessage in interface ActionsServiceCopyright © 2012–2021 Pivotal Software, Inc.. All rights reserved.