public class HipchatNotifier extends AbstractStatusChangeNotifier
ignoreChanges| Constructor and Description |
|---|
HipchatNotifier() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
buildUrl() |
protected void |
doNotify(ClientApplicationStatusChangedEvent event) |
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) |
notify, setEnabled, setIgnoreChanges, shouldNotifyprotected void doNotify(ClientApplicationStatusChangedEvent event)
doNotify in class AbstractStatusChangeNotifierprotected String buildUrl()
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.