public class StandardMattermostService extends Object implements MattermostService
| Constructor and Description |
|---|
StandardMattermostService(String endpoint,
String channelId,
String icon) |
| Modifier and Type | Method and Description |
|---|---|
static String |
createRegexFromGlob(String glob) |
protected boolean |
isProxyRequired(List<Pattern> noProxyHosts) |
protected boolean |
isProxyRequired(String... noProxyHost) |
boolean |
publish(String message) |
boolean |
publish(String message,
String color) |
boolean |
publish(String message,
String text,
String color) |
public boolean publish(String message)
publish in interface MattermostServicepublic boolean publish(String message, String color)
publish in interface MattermostServicepublic boolean publish(String message, String text, String color)
publish in interface MattermostServiceprotected boolean isProxyRequired(String... noProxyHost)
Copyright © 2016–2019. All rights reserved.