com.atlassian.bamboo.plugin.descriptor
Class FooterModuleDescriptor

java.lang.Object
  extended by com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T>
      extended by com.atlassian.bamboo.plugin.descriptor.AbstractBambooModuleDescriptor<PluggableFooter>
          extended by com.atlassian.bamboo.plugin.descriptor.FooterModuleDescriptor
All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor<PluggableFooter>, com.atlassian.plugin.Resourced, com.atlassian.plugin.StateAware

public class FooterModuleDescriptor
extends AbstractBambooModuleDescriptor<PluggableFooter>

Module descriptor for pluggable footer plugins


Field Summary
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
moduleClass, moduleClassName, moduleFactory, plugin, resources, singleton
 
Constructor Summary
FooterModuleDescriptor()
           
FooterModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
           
 
Method Summary
 PluggableFooter getModule()
           
 
Methods inherited from class com.atlassian.bamboo.plugin.descriptor.AbstractBambooModuleDescriptor
disabled, getFreeMarkerResourceLocation, getVelocityResourceLocation, instantiateClass, isMutable, postInit, preInit
 
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, destroy, enabled, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, hashCode, init, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setPlugin, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FooterModuleDescriptor

public FooterModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)

FooterModuleDescriptor

public FooterModuleDescriptor()
Method Detail

getModule

public PluggableFooter getModule()
Specified by:
getModule in interface com.atlassian.plugin.ModuleDescriptor<PluggableFooter>
Overrides:
getModule in class AbstractBambooModuleDescriptor<PluggableFooter>


Copyright © 2012 Atlassian. All Rights Reserved.