@Component public class JiraWebHookListenerActionValidator extends Object implements com.atlassian.webhooks.spi.WebHookListenerActionValidator
Constructor and Description |
---|
JiraWebHookListenerActionValidator(JqlValidationUtil jqlValidationUtil,
com.atlassian.sal.api.message.I18nResolver i18n,
WorkflowUtil workflowUtil) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.webhooks.api.util.MessageCollection |
validateWebHookRegistration(com.atlassian.webhooks.api.register.listener.PersistentWebHookListener listener) |
com.atlassian.webhooks.api.util.MessageCollection |
validateWebHookRemoval(com.atlassian.webhooks.api.register.listener.PersistentWebHookListener webHookListenerParameters) |
com.atlassian.webhooks.api.util.MessageCollection |
validateWebHookUpdate(com.atlassian.webhooks.api.register.listener.PersistentWebHookListener listener) |
@Autowired public JiraWebHookListenerActionValidator(JqlValidationUtil jqlValidationUtil, com.atlassian.sal.api.message.I18nResolver i18n, WorkflowUtil workflowUtil)
public com.atlassian.webhooks.api.util.MessageCollection validateWebHookRegistration(com.atlassian.webhooks.api.register.listener.PersistentWebHookListener listener)
validateWebHookRegistration
in interface com.atlassian.webhooks.spi.WebHookListenerActionValidator
public com.atlassian.webhooks.api.util.MessageCollection validateWebHookUpdate(com.atlassian.webhooks.api.register.listener.PersistentWebHookListener listener)
validateWebHookUpdate
in interface com.atlassian.webhooks.spi.WebHookListenerActionValidator
public com.atlassian.webhooks.api.util.MessageCollection validateWebHookRemoval(com.atlassian.webhooks.api.register.listener.PersistentWebHookListener webHookListenerParameters)
validateWebHookRemoval
in interface com.atlassian.webhooks.spi.WebHookListenerActionValidator
Copyright © 2002-2019 Atlassian. All Rights Reserved.