Class BambooWebSectionModuleDescriptor
java.lang.Object
com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T>
com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor<Void>
com.atlassian.plugin.web.descriptors.DefaultWebSectionModuleDescriptor
com.atlassian.bamboo.plugin.descriptor.BambooWebSectionModuleDescriptor
- All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor<Void>,com.atlassian.plugin.Resourced,com.atlassian.plugin.ScopeAware,com.atlassian.plugin.StateAware,com.atlassian.plugin.web.api.descriptors.ConditionalDescriptor,com.atlassian.plugin.web.api.descriptors.ContextAware,com.atlassian.plugin.web.api.descriptors.WebFragmentModuleDescriptor<Void>,com.atlassian.plugin.web.api.descriptors.WebSectionModuleDescriptor,com.atlassian.plugin.web.api.descriptors.WeightedDescriptor,com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor<Void>,com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor
public class BambooWebSectionModuleDescriptor
extends com.atlassian.plugin.web.descriptors.DefaultWebSectionModuleDescriptor
-
Field Summary
Fields inherited from class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
condition, contextProvider, label, tooltip, webInterfaceManager, weightFields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
key, moduleClass, moduleClassName, moduleFactory, name, plugin, resources -
Constructor Summary
ConstructorsConstructorDescriptionBambooWebSectionModuleDescriptor(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager) -
Method Summary
Methods inherited from class com.atlassian.plugin.web.descriptors.DefaultWebSectionModuleDescriptor
getLocation, getModule, getModuleClassMethods inherited from class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
buildCondition, buildConditions, buildConditions, buildContextProvider, equals, getCondition, getContextProvider, getTooltip, getWebLabel, getWeight, hashCode, setWebInterfaceManagerMethods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, checkPermissions, destroy, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceLocation, getScopeKey, isBroken, isEnabled, isEnabledByDefault, isSystemModule, loadClass, satisfiesMinJavaVersion, setBroken, setPlugin, toString, validateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.plugin.web.api.descriptors.ContextAware
getContextProviderMethods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getName, getParams, getPlugin, getPluginKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBrokenMethods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceLocationMethods inherited from interface com.atlassian.plugin.ScopeAware
getScopeKeyMethods inherited from interface com.atlassian.plugin.web.api.descriptors.WebFragmentModuleDescriptor
getCondition, getWeightMethods inherited from interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
getTooltip, getWebLabel
-
Constructor Details
-
BambooWebSectionModuleDescriptor
public BambooWebSectionModuleDescriptor(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
-
-
Method Details
-
init
public void init(com.atlassian.plugin.Plugin plugin, com.atlassian.plugin.module.Element element) throws com.atlassian.plugin.PluginParseException - Specified by:
initin interfacecom.atlassian.plugin.ModuleDescriptor<Void>- Overrides:
initin classcom.atlassian.plugin.web.descriptors.DefaultWebSectionModuleDescriptor- Throws:
com.atlassian.plugin.PluginParseException
-
enabled
public void enabled()- Specified by:
enabledin interfacecom.atlassian.plugin.StateAware- Overrides:
enabledin classcom.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor<Void>
-
disabled
public void disabled()- Specified by:
disabledin interfacecom.atlassian.plugin.StateAware- Overrides:
disabledin classcom.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor<Void>
-
getIcon
public com.atlassian.plugin.web.model.WebIcon getIcon()
-