Class ValidationHelper
java.lang.Object
com.atlassian.jira.plugins.webhooks.rest.ValidationHelper
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionValidationHelper(com.atlassian.sal.api.message.I18nResolver i18nResolver, JqlValidator jqlValidator, com.atlassian.webhooks.internal.rest.WebhooksResourceHelper webhooksResourceHelper) -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(com.atlassian.webhooks.internal.rest.RestWebhook restWebhook, jakarta.ws.rs.core.UriInfo uriInfo, Optional<Integer> webhookId) protected booleanvalidateUniqueness(jakarta.ws.rs.core.UriInfo uriInfo, com.atlassian.webhooks.internal.rest.RestWebhook webhook, Optional<Integer> webhookId)
-
Field Details
-
PAGE_SIZE
public static final int PAGE_SIZE
-
-
Constructor Details
-
ValidationHelper
public ValidationHelper(com.atlassian.sal.api.message.I18nResolver i18nResolver, JqlValidator jqlValidator, com.atlassian.webhooks.internal.rest.WebhooksResourceHelper webhooksResourceHelper)
-
-
Method Details
-
validate
-
validateUniqueness
-