public interface Configuration
| Modifier and Type | Method and Description |
|---|---|
String |
getSoundUrl(BuildResult result)
Returns a configured sound for a provided
BuildResult or null. |
boolean |
isEnabledByDefault()
Returns
true if the notification-client should be enabled by default. |
boolean |
isLongPollingEnabled()
Returns
true if long-polling is enabled. |
boolean isEnabledByDefault()
true if the notification-client should be enabled by default.boolean isLongPollingEnabled()
true if long-polling is enabled. In this mode, client requests are blocked until
new events are ready, or until a timeout is reached, resulting in faster feedback.String getSoundUrl(BuildResult result)
BuildResult or null.Copyright © 2004-2011. All Rights Reserved.