Class NotificationTypeModuleDescriptor

  • All Implemented Interfaces:
    com.atlassian.plugin.ModuleDescriptor<NotificationType>, com.atlassian.plugin.Resourced, com.atlassian.plugin.ScopeAware, com.atlassian.plugin.StateAware, com.atlassian.plugin.web.descriptors.WeightedDescriptor

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

      • NotificationTypeModuleDescriptor

        public NotificationTypeModuleDescriptor​(com.atlassian.plugin.module.ModuleFactory moduleFactory)
    • 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
      • getEditTemplate

        @Nullable
        public @Nullable String getEditTemplate()
      • getViewTemplate

        @Nullable
        public @Nullable String getViewTemplate()
      • getWeight

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