@Extension public static final class HtmlAudioNotifierPlugin.PluginDescriptor extends hudson.model.Descriptor<HtmlAudioNotifierPlugin>
| Constructor and Description | 
|---|
| HtmlAudioNotifierPlugin.PluginDescriptor() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | configure(org.kohsuke.stapler.StaplerRequest req,
         net.sf.json.JSONObject json) | 
| String | getDisplayName() | 
| String | getFailureSoundUrl() | 
| String | getSuccessAfterFailureSoundUrl() | 
| String | getSuccessSoundUrl() | 
| boolean | isEnabledByDefault() | 
| boolean | isLongPollingEnabled() | 
| void | setEnabledByDefault(boolean enabledByDefault) | 
| void | setFailureSoundUrl(String failureSoundUrl) | 
| void | setLongPollingEnabled(boolean longPollingEnabled) | 
| void | setSuccessAfterFailureSoundUrl(String successAfterFailureSoundUrl) | 
| void | setSuccessSoundUrl(String successSoundUrl) | 
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic HtmlAudioNotifierPlugin.PluginDescriptor()
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<HtmlAudioNotifierPlugin>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
                net.sf.json.JSONObject json)
                  throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<HtmlAudioNotifierPlugin>hudson.model.Descriptor.FormExceptionpublic boolean isEnabledByDefault()
public void setEnabledByDefault(boolean enabledByDefault)
public boolean isLongPollingEnabled()
public void setLongPollingEnabled(boolean longPollingEnabled)
public String getSuccessSoundUrl()
public void setSuccessSoundUrl(String successSoundUrl)
public String getSuccessAfterFailureSoundUrl()
public void setSuccessAfterFailureSoundUrl(String successAfterFailureSoundUrl)
public void setFailureSoundUrl(String failureSoundUrl)
public String getFailureSoundUrl()
Copyright © 2004-2011. All Rights Reserved.