jenkins.plugins.htmlaudio.app
Class HtmlAudioNotifierPlugin.PluginDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<HtmlAudioNotifierPlugin>
      extended by jenkins.plugins.htmlaudio.app.HtmlAudioNotifierPlugin.PluginDescriptor
All Implemented Interfaces:
hudson.model.Saveable, Configuration
Enclosing class:
HtmlAudioNotifierPlugin

@Extension
public static final class HtmlAudioNotifierPlugin.PluginDescriptor
extends hudson.model.Descriptor<HtmlAudioNotifierPlugin>
implements Configuration


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
HtmlAudioNotifierPlugin.PluginDescriptor()
           
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json)
           
 java.lang.String getDisplayName()
           
 java.lang.String getFailureSoundUrl()
           
 boolean isEnabledByDefault()
           
 void setEnabledByDefault(boolean enabledByDefault)
           
 void setFailureSoundUrl(java.lang.String failureSoundUrl)
           
 
Methods inherited from class hudson.model.Descriptor
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, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlAudioNotifierPlugin.PluginDescriptor

public HtmlAudioNotifierPlugin.PluginDescriptor()
Method Detail

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<HtmlAudioNotifierPlugin>

configure

public boolean configure(org.kohsuke.stapler.StaplerRequest req,
                         net.sf.json.JSONObject json)
                  throws hudson.model.Descriptor.FormException
Overrides:
configure in class hudson.model.Descriptor<HtmlAudioNotifierPlugin>
Throws:
hudson.model.Descriptor.FormException

isEnabledByDefault

public boolean isEnabledByDefault()
Specified by:
isEnabledByDefault in interface Configuration

setEnabledByDefault

public void setEnabledByDefault(boolean enabledByDefault)

getFailureSoundUrl

public java.lang.String getFailureSoundUrl()
Specified by:
getFailureSoundUrl in interface Configuration

setFailureSoundUrl

public void setFailureSoundUrl(java.lang.String failureSoundUrl)


Copyright © 2004-2011. All Rights Reserved.