Class GoogleCloudBuildNotificationAgent

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

@ConditionalOnProperty("gcb.enabled") @Service public class GoogleCloudBuildNotificationAgent extends Object implements com.netflix.spinnaker.echo.api.events.EventListener
Handles Google Cloud Build notifications by forwarding information on the completed build to igor.
  • Constructor Details

    • GoogleCloudBuildNotificationAgent

      public GoogleCloudBuildNotificationAgent()
  • Method Details

    • processEvent

      public void processEvent(com.netflix.spinnaker.echo.api.events.Event event)
      Specified by:
      processEvent in interface com.netflix.spinnaker.echo.api.events.EventListener