Added information about additional dependencies for some plugins

(Hipchat, Slack and Flowdock).
This commit is contained in:
Dmitry Khomutov 2018-05-27 12:56:01 +07:00
parent c637db899f
commit 456e2ace9b
No known key found for this signature in database
GPG key ID: EC19426474B37AAC
4 changed files with 31 additions and 6 deletions

View file

@ -78,7 +78,7 @@ Plugins
* [Campfire](plugins/campfire.md) - `campfire` * [Campfire](plugins/campfire.md) - `campfire`
* [Email](plugins/email.md) - `email` * [Email](plugins/email.md) - `email`
* FlowDock - `flowdock_notify` * [FlowDock](plugins/flowdock_notify.md) - `flowdock_notify`
* [HipChat](plugins/hipchat_notify.md) - `hipchat_notify` * [HipChat](plugins/hipchat_notify.md) - `hipchat_notify`
* [IRC](plugins/irc.md) - `irc` * [IRC](plugins/irc.md) - `irc`
* [Slack](plugins/slack_notify.md) - `slack_notify` * [Slack](plugins/slack_notify.md) - `slack_notify`

View file

@ -0,0 +1,14 @@
Plugin FlowdockNotify
=====================
This plugin joins a [Flowdock](https://www.flowdock.com/) room and sends a user-defined message, for example a
"Build Succeeded" message.
Installation
------------
The plugin depends on `mremi/flowdock` library. To use FlowdockNotify plugin you should install dependency:
```
composer require "mremi/flowdock"
```

View file

@ -1,13 +1,15 @@
Plugin Hipchat Notify Plugin HipchatNotify
===================== =====================
This plugin joins a [HipChat](https://www.hipchat.com/) room and sends a user-defined message, for example a This plugin joins a [HipChat](https://www.hipchat.com/) room and sends a user-defined message, for example a
"Build Succeeded" message. "Build Succeeded" message.
Install via Composer Installation
-------------------- ------------
The plugin depends on `hipchat/hipchat-php` library. To use HipchatNotify plugin you should install dependency:
``` ```
cd /var/www/php-censor
composer require "hipchat/hipchat-php" composer require "hipchat/hipchat-php"
``` ```

View file

@ -1,9 +1,18 @@
Plugin Slack Notify Plugin SlackNotify
=================== ===================
This plugin joins a [Slack](https://www.slack.com/) room and sends a user-defined message, for example a "Build This plugin joins a [Slack](https://www.slack.com/) room and sends a user-defined message, for example a "Build
Succeeded" message. Succeeded" message.
Installation
------------
The plugin depends on `maknz/slack` library. To use SlackNotify plugin you should install dependency:
```
composer require "maknz/slack"
```
Configuration Configuration
------------- -------------