public class HipchatNotifier extends AbstractStatusChangeNotifier
| Constructor and Description |
|---|
HipchatNotifier() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
buildUrl() |
protected org.springframework.http.HttpEntity<Map<String,Object>> |
createHipChatNotification(ClientApplicationEvent event) |
protected void |
doNotify(ClientApplicationEvent event) |
String |
getAuthToken() |
protected String |
getColor(ClientApplicationEvent event) |
String |
getDescription() |
protected String |
getMessage(ClientApplicationEvent event) |
protected boolean |
getNotify() |
String |
getRoomId() |
URI |
getUrl() |
boolean |
isNotify() |
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) |
getIgnoreChanges, setIgnoreChanges, shouldNotifyisEnabled, notify, setEnabledprotected void doNotify(ClientApplicationEvent event)
doNotify in class AbstractEventNotifierprotected String buildUrl()
protected org.springframework.http.HttpEntity<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 URI getUrl()
public void setAuthToken(String authToken)
public String getAuthToken()
public void setRoomId(String roomId)
public String getRoomId()
public void setNotify(boolean notify)
public boolean isNotify()
public void setDescription(String description)
public String getDescription()
public void setRestTemplate(org.springframework.web.client.RestTemplate restTemplate)
Copyright © 2018 codecentric AG. All rights reserved.