Class TriggerWebhookFunction
java.lang.Object
com.atlassian.jira.workflow.WorkflowFunctionUtils
com.atlassian.jira.workflow.function.issue.AbstractJiraFunctionProvider
com.atlassian.jira.plugins.webhooks.workflow.TriggerWebhookFunction
- All Implemented Interfaces:
com.opensymphony.workflow.FunctionProvider
DO NOT rename!
This function is called from atlassian-plugin descriptor using class name.
-
Field Summary
Fields inherited from class com.atlassian.jira.workflow.WorkflowFunctionUtils
ORIGINAL_ISSUE_KEY -
Constructor Summary
ConstructorsConstructorDescriptionTriggerWebhookFunction(com.atlassian.sal.api.message.I18nResolver i18n, TransitionMapper transitionMapper, com.atlassian.event.api.EventPublisher eventPublisher, JqlIssueMatcher jqlIssueMatcher, com.atlassian.webhooks.WebhookService webHookService, WebhookIndexConsistencyAwaiter indexConsistencyAwaiter) -
Method Summary
Methods inherited from class com.atlassian.jira.workflow.function.issue.AbstractJiraFunctionProvider
getIssueMethods inherited from class com.atlassian.jira.workflow.WorkflowFunctionUtils
getCaller, getCallerKey, getCallerName, getCallerUser, getCallerUserFromArgs, getUserByKey, populateParamsWithUser, populateParamsWithUser
-
Constructor Details
-
TriggerWebhookFunction
public TriggerWebhookFunction(com.atlassian.sal.api.message.I18nResolver i18n, TransitionMapper transitionMapper, com.atlassian.event.api.EventPublisher eventPublisher, JqlIssueMatcher jqlIssueMatcher, com.atlassian.webhooks.WebhookService webHookService, WebhookIndexConsistencyAwaiter indexConsistencyAwaiter)
-
-
Method Details