jenkins.plugins.htmlaudio.app
Class HtmlAudioNotifierPlugin

java.lang.Object
  extended by hudson.Plugin
      extended by jenkins.plugins.htmlaudio.app.HtmlAudioNotifierPlugin
All Implemented Interfaces:
hudson.model.Describable<HtmlAudioNotifierPlugin>, hudson.model.Saveable

public final class HtmlAudioNotifierPlugin
extends hudson.Plugin
implements hudson.model.Describable<HtmlAudioNotifierPlugin>

'Main' class of the plugin. Handles the configuration & acts as a DI-container for the other components.

Author:
Lars Hvile

Nested Class Summary
static class HtmlAudioNotifierPlugin.PluginDescriptor
           
 
Nested classes/interfaces inherited from class hudson.Plugin
hudson.Plugin.DummyImpl
 
Field Summary
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
HtmlAudioNotifierPlugin()
           
 
Method Summary
 HtmlAudioNotifierPlugin.PluginDescriptor getDescriptor()
           
 void postInitialize()
           
 
Methods inherited from class hudson.Plugin
configure, configure, doDynamic, getConfigXml, load, save, setServletContext, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlAudioNotifierPlugin

public HtmlAudioNotifierPlugin()
Method Detail

postInitialize

public void postInitialize()
Overrides:
postInitialize in class hudson.Plugin

getDescriptor

public HtmlAudioNotifierPlugin.PluginDescriptor getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<HtmlAudioNotifierPlugin>


Copyright © 2004-2011. All Rights Reserved.