Class JiraNotificationService

java.lang.Object
com.netflix.spinnaker.echo.jira.JiraNotificationService
All Implemented Interfaces:
com.netflix.spinnaker.echo.notification.NotificationService

@Component @ConditionalOnProperty("jira.enabled") public class JiraNotificationService extends Object implements com.netflix.spinnaker.echo.notification.NotificationService
  • Constructor Details

    • JiraNotificationService

      @Autowired public JiraNotificationService(JiraService jiraService, com.netflix.spinnaker.kork.core.RetrySupport retrySupport, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
  • Method Details

    • supportsType

      public boolean supportsType(String type)
      Specified by:
      supportsType in interface com.netflix.spinnaker.echo.notification.NotificationService
    • handle

      public EchoResponse handle(com.netflix.spinnaker.echo.api.Notification notification)
      Specified by:
      handle in interface com.netflix.spinnaker.echo.notification.NotificationService