Uses of Class
org.thoughtslive.jenkins.plugins.hubot.api.Message
-
Packages that use Message Package Description org.thoughtslive.jenkins.plugins.hubot.service -
-
Uses of Message in org.thoughtslive.jenkins.plugins.hubot.service
Methods in org.thoughtslive.jenkins.plugins.hubot.service with parameters of type Message Modifier and Type Method Description retrofit2.Call<Void>
HubotEndPoints. sendMessage(String room, Message message)
ResponseData<Void>
HubotService. sendMessage(Message message)
Sends message to given room.
-