public class SlackService extends Object
| Constructor and Description |
|---|
SlackService() |
SlackService(Proxy proxy) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(String webHookUrl,
Map<String,Object> payload) |
void |
push(String webHookUrl,
SlackMessage text,
String username,
String imageOrIcon,
String parse,
String destination) |
void |
push(String webHookUrl,
SlackMessage text,
String username,
String imageOrIcon,
String destination,
String parse,
List<SlackAttachment> attachments) |
public SlackService(Proxy proxy)
public SlackService()
public void push(String webHookUrl, SlackMessage text, String username, String imageOrIcon, String destination, String parse, List<SlackAttachment> attachments) throws IOException
IOExceptionpublic void push(String webHookUrl, SlackMessage text, String username, String imageOrIcon, String parse, String destination) throws IOException
IOExceptionpublic void execute(String webHookUrl, Map<String,Object> payload) throws IOException
IOExceptionCopyright © 2017. All rights reserved.