Class SprintEventVariablesProvider
java.lang.Object
com.atlassian.greenhopper.webhooks.url.SprintEventVariablesProvider
- All Implemented Interfaces:
com.atlassian.jira.webhooks.UriVariablesProvider<SprintEvent>
@Component
public class SprintEventVariablesProvider
extends Object
implements com.atlassian.jira.webhooks.UriVariablesProvider<SprintEvent>
This class provides the declaration of url variables that an event will provide.
When an event is published, we look for all variable providers for this event, and transform the given web hook
url by replacing the url variables with their values from the context map.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList
<com.atlassian.webhooks.WebhookEvent> uriVariables
(SprintEvent sprintEvent)
-
Constructor Details
-
SprintEventVariablesProvider
public SprintEventVariablesProvider()
-
-
Method Details
-
uriVariables
- Specified by:
uriVariables
in interfacecom.atlassian.jira.webhooks.UriVariablesProvider<SprintEvent>
-
supportedUriVariables
- Specified by:
supportedUriVariables
in interfacecom.atlassian.jira.webhooks.UriVariablesProvider<SprintEvent>
-
supportedWebhookEvents
- Specified by:
supportedWebhookEvents
in interfacecom.atlassian.jira.webhooks.UriVariablesProvider<SprintEvent>
-