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
Enclosing class:
HtmlAudioNotifierPlugin

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


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()
           
 java.lang.String getSuccessSoundUrl()
           
 boolean isEnabledByDefault()
           
 void setEnabledByDefault(boolean enabledByDefault)
           
 void setFailureSoundUrl(java.lang.String failureSoundUrl)
           
 void setSuccessSoundUrl(java.lang.String successSoundUrl)
           
 
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()

setEnabledByDefault

public void setEnabledByDefault(boolean enabledByDefault)

getSuccessSoundUrl

public java.lang.String getSuccessSoundUrl()

setSuccessSoundUrl

public void setSuccessSoundUrl(java.lang.String successSoundUrl)

setFailureSoundUrl

public void setFailureSoundUrl(java.lang.String failureSoundUrl)

getFailureSoundUrl

public java.lang.String getFailureSoundUrl()


Copyright © 2004-2011. All Rights Reserved.