Class GoogleCloudBuildEventCreator

  • All Implemented Interfaces:
    EventCreator

    @Component
    @ConditionalOnProperty("gcb.enabled")
    public class GoogleCloudBuildEventCreator
    extends java.lang.Object
    implements EventCreator
    Creates Google Cloud Build events when a pubsub build notification is received.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.netflix.spinnaker.echo.api.events.Event createEvent​(com.netflix.spinnaker.echo.model.pubsub.MessageDescription description)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GoogleCloudBuildEventCreator

        public GoogleCloudBuildEventCreator()
    • Method Detail

      • createEvent

        public com.netflix.spinnaker.echo.api.events.Event createEvent​(com.netflix.spinnaker.echo.model.pubsub.MessageDescription description)
        Specified by:
        createEvent in interface EventCreator