public class HipchatNotifier extends AbstractStatusChangeNotifier
ignoreChanges| Constructor and Description |
|---|
HipchatNotifier() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
buildUrl() |
protected Map<String,Object> |
createHipChatNotification(ClientApplicationEvent event) |
protected void |
doNotify(ClientApplicationEvent event) |
protected String |
getColor(ClientApplicationEvent event) |
protected String |
getMessage(ClientApplicationEvent event) |
protected boolean |
getNotify() |
void |
setAuthToken(String authToken) |
void |
setDescription(String description) |
void |
setNotify(boolean notify) |
void |
setRestTemplate(org.springframework.web.client.RestTemplate restTemplate) |
void |
setRoomId(String roomId) |
void |
setUrl(URI url) |
setIgnoreChanges, shouldNotifynotify, setEnabledprotected void doNotify(ClientApplicationEvent event)
doNotify in class AbstractEventNotifierprotected String buildUrl()
protected Map<String,Object> createHipChatNotification(ClientApplicationEvent event)
protected boolean getNotify()
protected String getMessage(ClientApplicationEvent event)
protected String getColor(ClientApplicationEvent event)
public void setUrl(URI url)
public void setAuthToken(String authToken)
public void setRoomId(String roomId)
public void setNotify(boolean notify)
public void setDescription(String description)
public void setRestTemplate(org.springframework.web.client.RestTemplate restTemplate)
Copyright © 2016 codecentric AG. All rights reserved.