stable
Clone or download
Read-only
part of the story #9129 Define bots to send notification to Mattermost Add Sender Services to allow additional plugin of botmattermost to send messages using this service. Will be used by BotMattermost-Git and BotMattermost-AgileDashboard Change-Id: I1377849b908e2b00f2b2d3a30b00aabd06d07b2c
Modified Files
Name | ||||
---|---|---|---|---|
A | include/SenderServices/ClientBotMattermost.php | +50 | −0 | Go to diff View file |
A | include/SenderServices/EncoderMessage.php | +41 | −0 | Go to diff View file |
A | include/SenderServices/NotificationBuilder.php | +26 | −0 | Go to diff View file |
A | include/SenderServices/Sender.php | +80 | −0 | Go to diff View file |
M | include/autoload.php | +7 | −3 | Go to diff View file |
A | tests/BotMattermost/SenderServices/EncoderMessageTest.php | +52 | −0 | Go to diff View file |
A | tests/BotMattermost/SenderServices/SenderTest.php | +63 | −0 | Go to diff View file |