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 String REPORTS_PLUGIN_KEY
          Deprecated. since 5.7
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
key, moduleClass, moduleClassName, moduleFactory, name, plugin, resources, singleton
 
Constructor Summary
ReportCollectorModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
           
 
Method Summary
 void disabled()
           
 void enabled()
           
 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
getElementAsString, getFreeMarkerResourceLocation, getModule, getVelocityResourceLocation, instantiateClass, isMutable, postInit, preInit
 
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, checkPermissions, destroy, destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, hashCode, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setPlugin, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

REPORTS_PLUGIN_KEY

@Deprecated
public static final String REPORTS_PLUGIN_KEY
Deprecated. since 5.7
See Also:
Constant Field Values
Constructor Detail

ReportCollectorModuleDescriptor

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

enabled

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

disabled

public void disabled()
Specified by:
disabled in interface com.atlassian.plugin.StateAware
Overrides:
disabled in class AbstractBambooModuleDescriptor<ReportCollector>

getChart

public ChartBuilder getChart()

isAgentAwareReport

public boolean isAgentAwareReport()


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.