Sha256: 9dcede1bfaa59e68c282baa20a11c4f70339e3545189060abdd65eed0bc2b616
Contents?: true
Size: 709 Bytes
Versions: 25
Compression:
Stored size: 709 Bytes
Contents
HipChat ======= HipChat posts messages to your HipChat client. Gem Requirements ---------------- This plugin requires the following gems: ```ruby gem 'hipchat' ``` Hooks ----- - `after_upload` - `after_promote` Configuration ------------- ```yaml plugins: hipchat: api_token: ABC123 rooms: - General - Web Operations notify: true color: yellow ``` #### api_token Your HipChat API token. - Type: `String` #### rooms The list of rooms to post to. - Type: `Array` #### notify Boolean value indicating whether the room should be notified. - Type: `Boolean` #### color THe color of the message. - Type: `String` - Acceptable Values: `[yellow, red, green, purple, random]`
Version data entries
25 entries across 25 versions & 2 rubygems
Version | Path |
---|---|
knife-spork-1.0.4 | plugins/HipChat.md |
knife-spork-1.0.3 | plugins/HipChat.md |
knife-spork-1.0.2 | plugins/HipChat.md |
knife-spork-1.0.1 | plugins/HipChat.md |
knife-spork-1.0.0 | plugins/HipChat.md |