Class MicrosoftTeamsNotificationAgent

java.lang.Object
com.netflix.spinnaker.echo.notification.AbstractEventNotificationAgent
com.netflix.spinnaker.echo.notification.MicrosoftTeamsNotificationAgent
All Implemented Interfaces:
com.netflix.spinnaker.echo.api.events.EventListener, com.netflix.spinnaker.kork.plugins.api.internal.SpinnakerExtensionPoint, org.pf4j.ExtensionPoint

@ConditionalOnProperty("microsoftteams.enabled") @Service public class MicrosoftTeamsNotificationAgent extends com.netflix.spinnaker.echo.notification.AbstractEventNotificationAgent
  • Constructor Details

    • MicrosoftTeamsNotificationAgent

      @Autowired public MicrosoftTeamsNotificationAgent(MicrosoftTeamsService teamsService)
  • Method Details

    • getNotificationType

      public String getNotificationType()
      Specified by:
      getNotificationType in class com.netflix.spinnaker.echo.notification.AbstractEventNotificationAgent
    • sendNotifications

      public void sendNotifications(Map<String,Object> preference, String application, com.netflix.spinnaker.echo.api.events.Event event, Map<String,String> config, String status)
      Specified by:
      sendNotifications in class com.netflix.spinnaker.echo.notification.AbstractEventNotificationAgent