jenkins.plugins.htmlaudio.app.util
Interface Configuration


public interface Configuration

Exposes the plugin-configuration.

Author:
Lars Hvile

Method Summary
 java.lang.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.
 

Method Detail

isEnabledByDefault

boolean isEnabledByDefault()
Returns true if the notification-client should be enabled by default.


getSoundUrl

java.lang.String getSoundUrl(BuildResult result)
Returns a configured sound for a provided BuildResult or null.



Copyright © 2004-2011. All Rights Reserved.