Uses of Interface
com.codebarrel.api.ServiceOutcome
Packages that use ServiceOutcome
-
Uses of ServiceOutcome in com.codebarrel.api
Methods in com.codebarrel.api that return ServiceOutcomeModifier and TypeMethodDescriptionstatic <T> ServiceOutcome<T> ServiceOutcome.error(ErrorCollection errorCollection) static <T> ServiceOutcome<T> ServiceOutcome.ok(T value) -
Uses of ServiceOutcome in com.codebarrel.automation.rulecomponent.jira.service.webhook
Methods in com.codebarrel.automation.rulecomponent.jira.service.webhook that return ServiceOutcomeModifier and TypeMethodDescriptionOutgoingWebhookValidationService.validate(RemoteConnectUser remoteUser, TenantContext tenantContext, OutgoingWebhookValidationRequest validationRequest) Make the outgoing webhook request and perform required smart value substitutions.