Class GithubNotificationAgent

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

@ConditionalOnProperty("github-status.enabled") @Service public class GithubNotificationAgent extends com.netflix.spinnaker.echo.notification.AbstractEventNotificationAgent
  • Constructor Details

    • GithubNotificationAgent

      public GithubNotificationAgent()
  • Method Details

    • sendNotifications

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

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

      public GithubService getGithubService()
    • setGithubService

      public void setGithubService(GithubService githubService)
    • getToken

      public String getToken()
    • setToken

      public void setToken(String token)