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 Details

    • HubotService

      public HubotService(HubotSite hubotSite)
  • Method Details

    • 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.