com.atlassian.bamboo.plugin.descriptor
Class BambooWebItemModuleDescriptor<T>

java.lang.Object
  extended by com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T>
      extended by com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor<T>
          extended by com.atlassian.plugin.web.descriptors.DefaultWebItemModuleDescriptor<T>
              extended by com.atlassian.bamboo.plugin.descriptor.BambooWebItemModuleDescriptor<T>
All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor<T>, com.atlassian.plugin.Resourced, com.atlassian.plugin.StateAware, com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor<T>, com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor<T>, com.atlassian.plugin.web.descriptors.WeightedDescriptor

public class BambooWebItemModuleDescriptor<T>
extends com.atlassian.plugin.web.descriptors.DefaultWebItemModuleDescriptor<T>


Field Summary
 
Fields inherited from class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
condition, contextProvider, element, label, params, tooltip, webInterfaceManager, weight
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
plugin, resources, singleton
 
Fields inherited from interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
COMPOSITE_TYPE_AND, COMPOSITE_TYPE_OR
 
Constructor Summary
BambooWebItemModuleDescriptor()
           
BambooWebItemModuleDescriptor(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
           
 
Method Summary
 void enabled()
           
 com.atlassian.plugin.web.model.WebLink getLink()
           
 
Methods inherited from class com.atlassian.plugin.web.descriptors.DefaultWebItemModuleDescriptor
getIcon, getModule, getSection, getStyleClass, init
 
Methods inherited from class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
disabled, getCondition, getContextProvider, getTooltip, getWebLabel, getWebParams, getWeight, makeCondition, makeConditions, makeConditions, makeContextProvider, setWebInterfaceManager
 
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, destroy, 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
 
Methods inherited from interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
getCondition, getContextProvider, getTooltip, getWebLabel, getWebParams, getWeight
 
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion
 
Methods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation
 
Methods inherited from interface com.atlassian.plugin.StateAware
disabled
 

Constructor Detail

BambooWebItemModuleDescriptor

public BambooWebItemModuleDescriptor(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)

BambooWebItemModuleDescriptor

public BambooWebItemModuleDescriptor()
Method Detail

enabled

public void enabled()
Specified by:
enabled in interface com.atlassian.plugin.StateAware
Overrides:
enabled in class com.atlassian.plugin.web.descriptors.DefaultWebItemModuleDescriptor<T>

getLink

public com.atlassian.plugin.web.model.WebLink getLink()
Specified by:
getLink in interface com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor<T>
Overrides:
getLink in class com.atlassian.plugin.web.descriptors.DefaultWebItemModuleDescriptor<T>


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.