Class HubotService
- java.lang.Object
-
- org.thoughtslive.jenkins.plugins.hubot.service.HubotService
-
public class HubotService extends Object
Hubot service which actually sends a message.- Author:
- Naresh Rayapati
-
-
Constructor Summary
Constructors Constructor Description HubotService(HubotSite hubotSite)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseData<Void>
sendMessage(Message message)
Sends message to given room.
-
-
-
Constructor Detail
-
HubotService
public HubotService(HubotSite hubotSite)
-
-
Method Detail
-
sendMessage
public ResponseData<Void> sendMessage(Message message)
Sends message to given room.- Parameters:
message
- actual message to be sent.- Returns:
- Nothing except the response with error code if any.
-
-