public class SlackNotifier extends AbstractStatusChangeNotifier
ignoreChanges| Constructor and Description |
|---|
SlackNotifier() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doNotify(ClientApplicationStatusChangedEvent event) |
void |
setChannel(String channel) |
void |
setIcon(String icon) |
void |
setMessage(org.springframework.expression.Expression message) |
void |
setRestTemplate(org.springframework.web.client.RestTemplate restTemplate) |
void |
setUsername(String username) |
void |
setWebhookUrl(URI webhookUrl) |
notify, setEnabled, setIgnoreChanges, shouldNotifyprotected void doNotify(ClientApplicationStatusChangedEvent event) throws Exception
doNotify in class AbstractStatusChangeNotifierExceptionpublic void setRestTemplate(org.springframework.web.client.RestTemplate restTemplate)
public void setWebhookUrl(URI webhookUrl)
public void setChannel(String channel)
public void setIcon(String icon)
public void setUsername(String username)
public void setMessage(org.springframework.expression.Expression message)
Copyright © 2016 codecentric AG. All rights reserved.