Sha256: fe8475cda3178c2eba2bafccb45d03fd13ef5cebe7f0335153219ace5444f40f

Contents?: true

Size: 1.07 KB

Versions: 9

Compression:

Stored size: 1.07 KB

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:
    server_url: https://api.hipchat.com
    api_token: ABC123
    api_version: v1
    rooms:
      - General
      - Web Operations
    notify: true
    color: yellow
    gist: /usr/bin/gist
```

#### server_url
The URL of the HipChat API server. Default: 'https://api.hipchat.com'

- Type: `String`

#### api_token
Your HipChat API token.

- Type: `String`

#### api_version
Which version of the HipChat API to use. Default: 'v1'

- 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]`

#### gist
Optional path to gist binary installed by https://rubygems.org/gems/gist

- Type: `String`

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
knife-spork-1.7.2 plugins/HipChat.md
knife-spork-1.7.1 plugins/HipChat.md
knife-spork-1.7.0 plugins/HipChat.md
knife-spork-1.6.3 plugins/HipChat.md
knife-spork-1.6.2 plugins/HipChat.md
knife-spork-1.6.1 plugins/HipChat.md
knife-spork-1.6.0 plugins/HipChat.md
knife-spork-1.5.1 plugins/HipChat.md
knife-spork-1.5.0 plugins/HipChat.md