| 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.addMarkdownIn(String markdownin) |
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.footer(String footer) |
SlackAttachment |
SlackAttachment.footerIcon(String footerIcon) |
SlackAttachment |
SlackAttachment.imageUrl(String imageUrl) |
SlackAttachment |
SlackAttachment.preText(String pretext) |
SlackAttachment |
SlackAttachment.text(SlackMessage message) |
SlackAttachment |
SlackAttachment.text(String text) |
SlackAttachment |
SlackAttachment.thumbUrl(String thumbUrl) |
SlackAttachment |
SlackAttachment.timestamp(int timestamp) |
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
|
void |
Slack.push(SlackMessage message,
SlackAttachment attachment)
Publish message with attachment
|
| Modifier and Type | Method and Description |
|---|---|
void |
Slack.push(List<SlackAttachment> attachments)
Publish message as SlackAttachment
|
void |
Slack.push(SlackMessage message,
List<SlackAttachment> attachments)
Publish message with attachments
|
| Modifier and Type | Method and Description |
|---|---|
void |
SlackService.push(String webHookUrl,
SlackMessage text,
String username,
String imageOrIcon,
String destination,
String parse,
List<SlackAttachment> attachments) |
Copyright © 2019. All rights reserved.