Class BambooWebItemModuleDescriptor
- java.lang.Object
-
- com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T>
-
- com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor<Void>
-
- com.atlassian.plugin.web.descriptors.DefaultWebItemModuleDescriptor
-
- com.atlassian.bamboo.plugin.descriptor.BambooWebItemModuleDescriptor
-
- All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor<Void>
,com.atlassian.plugin.Resourced
,com.atlassian.plugin.ScopeAware
,com.atlassian.plugin.StateAware
,com.atlassian.plugin.web.descriptors.ConditionalDescriptor
,com.atlassian.plugin.web.descriptors.ContextAware
,com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor<Void>
,com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor
,com.atlassian.plugin.web.descriptors.WeightedDescriptor
public class BambooWebItemModuleDescriptor extends com.atlassian.plugin.web.descriptors.DefaultWebItemModuleDescriptor
-
-
Constructor Summary
Constructors Constructor Description BambooWebItemModuleDescriptor(com.atlassian.plugin.hostcontainer.HostContainer hostContainer, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
enabled()
BambooWebItemBadgeProvider
getBadgeProvider()
com.atlassian.plugin.web.model.WebLink
getLink()
-
Methods inherited from class com.atlassian.plugin.web.descriptors.DefaultWebItemModuleDescriptor
getEntryPoint, getIcon, getModule, getSection, getStyleClass, init
-
Methods inherited from class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
disabled, equals, getCondition, getContextProvider, getTooltip, getWebLabel, getWebParams, getWeight, hashCode, makeCondition, makeConditions, makeConditions, makeContextProvider, setWebInterfaceManager
-
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, checkPermissions, destroy, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceLocation, getScopeKey, isBroken, isEnabled, isEnabledByDefault, isSystemModule, loadClass, provideValidationRules, satisfiesMinJavaVersion, setBroken, setPlugin, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.atlassian.plugin.web.descriptors.ContextAware
getContextProvider
-
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBroken
-
-
-
-
Method Detail
-
enabled
public void enabled()
- Specified by:
enabled
in interfacecom.atlassian.plugin.StateAware
- Overrides:
enabled
in classcom.atlassian.plugin.web.descriptors.DefaultWebItemModuleDescriptor
-
getLink
public com.atlassian.plugin.web.model.WebLink getLink()
- Specified by:
getLink
in interfacecom.atlassian.plugin.web.descriptors.WebItemModuleDescriptor
- Overrides:
getLink
in classcom.atlassian.plugin.web.descriptors.DefaultWebItemModuleDescriptor
-
getBadgeProvider
public BambooWebItemBadgeProvider getBadgeProvider()
-
-