| Package | Description |
|---|---|
| jenkins.plugins.rocketchatnotifier.model | |
| jenkins.plugins.rocketchatnotifier.rocket |
| Modifier and Type | Method and Description |
|---|---|
Room[] |
Response.getChannels() |
Room[] |
Rooms.getRooms() |
| Modifier and Type | Method and Description |
|---|---|
void |
Rooms.setRooms(Room[] rooms) |
| Modifier and Type | Method and Description |
|---|---|
Room[] |
RocketChatClientImpl.getChannels() |
Room[] |
RocketChatClient.getChannels() |
Room[] |
LegacyRocketChatClient.getChannels()
Deprecated.
|
Room |
LegacyRocketChatClient.getRoom(String room)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Room> |
LegacyRocketChatClient.getPublicRooms()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RocketChatClientImpl.send(Room room,
String message) |
void |
RocketChatClient.send(Room room,
String message)
sends a message to a channel
|
void |
LegacyRocketChatClient.send(Room room,
String message)
Deprecated.
|
Copyright © 2016. All rights reserved.