JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.thoughtslive.jenkins.plugins.hubot.service
Interface HubotEndPoints
public interface
HubotEndPoints
Actual hubot endpoint.
Author:
Naresh Rayapati
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
retrofit2.Call
<
Void
>
sendMessage
(
String
room,
Message
message)
Method Details
sendMessage
@POST("hubot/notify/{room}")
retrofit2.Call<
Void
>
sendMessage
(@Path("room")
String
room, @Body
Message
message)