| Package | Description |
|---|---|
| jenkins.plugins.rocketchatnotifier.model | |
| jenkins.plugins.rocketchatnotifier.rocket |
| Modifier and Type | Method and Description |
|---|---|
User |
Response.getUser() |
User[] |
Response.getUsers() |
| Modifier and Type | Method and Description |
|---|---|
void |
Response.setUser(User user) |
void |
Response.setUsers(User[] users) |
| Modifier and Type | Method and Description |
|---|---|
User |
RocketChatClientImpl.getUser(String userId) |
User |
RocketChatClient.getUser(String userId)
Retrieves a
User from the Rocket.Chat server. |
User |
LegacyRocketChatClient.getUser(String userId)
Deprecated.
|
User[] |
RocketChatClientImpl.getUsers() |
User[] |
RocketChatClient.getUsers()
Gets all of the users from a Rocket.Chat server, if you have a ton this will
take some time.
|
User[] |
LegacyRocketChatClient.getUsers()
Deprecated.
|
Copyright © 2016. All rights reserved.