eiffel-community / eiffel-gerrit-plugin

Eiffel Gerrit plugin listens on the changes in Gerrit and sends out Eiffel events
Apache License 2.0
3 stars 15 forks source link

Implement gerrit listener and gerrit event coordination #11

Closed erik-edling closed 5 years ago

erik-edling commented 5 years ago

Description

Dependent on #8 Check #6 for more information of the context.

A gerrit listener should be implemented so that we can listen for certain events that the user has described in the configuration(mock the config since config is part of another story). When an event that the user want to send has been triggered it should(if possible) create a new thread where the functionality to generate and send the event is called(the actual functionality for eiffel event generation and sending is done in another story).

Is it possible to filter before getting the Gerrit message?

m-linner-ericsson commented 5 years ago

Would this text add more information to the issue or is it too detailed?

Input: None

Public Interfaces: None

Error handling:

Internal data:

Data in config file:

Possible usage: This will not be called from another class

SantoshNC68 commented 5 years ago

should this be closed @a-breid-ericsson