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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessEvent(com.netflix.spinnaker.echo.api.events.Event event) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.netflix.spinnaker.kork.plugins.api.internal.SpinnakerExtensionPoint
getExtensionClass, getPluginId
-
Constructor Details
-
GoogleCloudBuildNotificationAgent
public GoogleCloudBuildNotificationAgent()
-
-
Method Details
-
processEvent
public void processEvent(com.netflix.spinnaker.echo.api.events.Event event) - Specified by:
processEventin interfacecom.netflix.spinnaker.echo.api.events.EventListener
-