public class StandardMattermostService extends Object implements MattermostService
| Constructor and Description |
|---|
StandardMattermostService(String endpoint,
String roomId,
String icon) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.commons.httpclient.HttpClient |
getHttpClient() |
protected boolean |
isProxyRequired(List<Pattern> noProxyHosts) |
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 org.apache.commons.httpclient.HttpClient getHttpClient()
Copyright © 2016–2019. All rights reserved.