Class GoogleCloudBuildEventCreator
- java.lang.Object
-
- com.netflix.spinnaker.echo.pubsub.GoogleCloudBuildEventCreator
-
- All Implemented Interfaces:
EventCreator
@Component @ConditionalOnProperty("gcb.enabled") public class GoogleCloudBuildEventCreator extends java.lang.Object implements EventCreatorCreates Google Cloud Build events when a pubsub build notification is received.
-
-
Constructor Summary
Constructors Constructor Description GoogleCloudBuildEventCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.netflix.spinnaker.echo.api.events.EventcreateEvent(com.netflix.spinnaker.echo.model.pubsub.MessageDescription description)
-
-
-
Method Detail
-
createEvent
public com.netflix.spinnaker.echo.api.events.Event createEvent(com.netflix.spinnaker.echo.model.pubsub.MessageDescription description)
- Specified by:
createEventin interfaceEventCreator
-
-