com.atlassian.bamboo.plugin.descriptor
Class ReportCollectorModuleDescriptor

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

public class ReportCollectorModuleDescriptor
extends AbstractBambooModuleDescriptor<ReportCollector>


Field Summary
static java.lang.String REPORTS_PLUGIN_KEY
           
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
moduleClassName, plugin, resources, singleton
 
Constructor Summary
ReportCollectorModuleDescriptor()
           
 
Method Summary
 ChartBuilder getChart()
           
 void init(com.atlassian.plugin.Plugin plugin, org.dom4j.Element element)
           
 boolean isAgentAwareReport()
           
 
Methods inherited from class com.atlassian.bamboo.plugin.descriptor.AbstractBambooModuleDescriptor
getFreeMarkerResourceLocation, getModule, 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
 

Field Detail

REPORTS_PLUGIN_KEY

public static final java.lang.String REPORTS_PLUGIN_KEY
See Also:
Constant Field Values
Constructor Detail

ReportCollectorModuleDescriptor

public ReportCollectorModuleDescriptor()
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<ReportCollector>
Overrides:
init in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<ReportCollector>
Throws:
com.atlassian.plugin.PluginParseException

getChart

public ChartBuilder getChart()

isAgentAwareReport

public boolean isAgentAwareReport()


Copyright © 2010 Atlassian. All Rights Reserved.