com.atlassian.bamboo.plugin.descriptor
Class NotificationTypeModuleDescriptor

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

public class NotificationTypeModuleDescriptor
extends AbstractBambooModuleDescriptor<NotificationType>
implements com.atlassian.plugin.web.descriptors.WeightedDescriptor


Field Summary
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
moduleClassName, plugin, resources, singleton
 
Constructor Summary
NotificationTypeModuleDescriptor()
           
 
Method Summary
 java.lang.String getEditTemplate()
           
 NotificationType getModule()
           
 NotificationType.Scope getScope()
           
 java.lang.String getViewTemplate()
           
 int getWeight()
           
 void init(com.atlassian.plugin.Plugin plugin, org.dom4j.Element element)
           
 
Methods inherited from class com.atlassian.bamboo.plugin.descriptor.AbstractBambooModuleDescriptor
getFreeMarkerResourceLocation, getVelocityResourceLocation, instantiateClass
 
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, destroy, disabled, enabled, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setPlugin, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotificationTypeModuleDescriptor

public NotificationTypeModuleDescriptor()
Method Detail

init

public void init(com.atlassian.plugin.Plugin plugin,
                 org.dom4j.Element element)
          throws com.atlassian.plugin.PluginParseException
Specified by:
init in interface com.atlassian.plugin.ModuleDescriptor<NotificationType>
Overrides:
init in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<NotificationType>
Throws:
com.atlassian.plugin.PluginParseException

getModule

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

getEditTemplate

@Nullable
public java.lang.String getEditTemplate()

getViewTemplate

@Nullable
public java.lang.String getViewTemplate()

getWeight

public int getWeight()
Specified by:
getWeight in interface com.atlassian.plugin.web.descriptors.WeightedDescriptor

getScope

public NotificationType.Scope getScope()


Copyright © 2010 Atlassian. All Rights Reserved.