Class DryRunNotificationAgent

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

public class DryRunNotificationAgent extends com.netflix.spinnaker.echo.notification.AbstractEventNotificationAgent
  • Field Summary

    Fields inherited from class com.netflix.spinnaker.echo.notification.AbstractEventNotificationAgent

    spinnakerUrl
  • Constructor Summary

    Constructors
    Constructor
    Description
    DryRunNotificationAgent(com.netflix.spinnaker.echo.services.Front50Service front50, com.netflix.spinnaker.echo.pipelinetriggers.orca.OrcaService orca, DryRunConfig.DryRunProperties properties)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    sendNotifications(Map<String,Object> preference, String application, com.netflix.spinnaker.echo.api.events.Event event, Map<String,String> config, String status)
     

    Methods inherited from class com.netflix.spinnaker.echo.notification.AbstractEventNotificationAgent

    getSpinnakerUrl, processEvent

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.netflix.spinnaker.kork.plugins.api.internal.SpinnakerExtensionPoint

    getExtensionClass, getPluginId
  • Constructor Details

    • DryRunNotificationAgent

      public DryRunNotificationAgent(com.netflix.spinnaker.echo.services.Front50Service front50, com.netflix.spinnaker.echo.pipelinetriggers.orca.OrcaService orca, DryRunConfig.DryRunProperties properties)
  • 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