| Package | Description |
|---|---|
| in.ashwanthkumar.slack.webhook | |
| in.ashwanthkumar.slack.webhook.service |
| Modifier and Type | Method and Description |
|---|---|
SlackAttachment |
SlackAttachment.addField(SlackAttachment.Field field) |
SlackAttachment |
SlackAttachment.author(String name) |
SlackAttachment |
SlackAttachment.author(String name,
String link) |
SlackAttachment |
SlackAttachment.author(String name,
String link,
String iconOrImageLink) |
SlackAttachment |
SlackAttachment.color(String colorInHex) |
SlackAttachment |
SlackAttachment.fallback(String fallbackText) |
SlackAttachment |
SlackAttachment.preText(String pretext) |
SlackAttachment |
SlackAttachment.text(SlackMessage message) |
SlackAttachment |
SlackAttachment.text(String text) |
SlackAttachment |
SlackAttachment.title(String title) |
SlackAttachment |
SlackAttachment.title(String title,
String link) |
| Modifier and Type | Method and Description |
|---|---|
void |
Slack.push(SlackAttachment attachment)
Publish message as SlackAttachment
|
| Modifier and Type | Method and Description |
|---|---|
void |
Slack.push(List<SlackAttachment> attachments)
Publish message as SlackAttachment
|
| Modifier and Type | Method and Description |
|---|---|
void |
SlackService.push(String webHookUrl,
SlackMessage text,
String username,
String imageOrIcon,
String destination,
List<SlackAttachment> attachments) |
Copyright © 2015. All rights reserved.