Class ReportCollectorModuleDescriptor

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

public class ReportCollectorModuleDescriptor extends AbstractBambooModuleDescriptor<ReportCollector>
  • Field Details

  • Constructor Details

    • ReportCollectorModuleDescriptor

      public ReportCollectorModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
  • Method Details

    • init

      public void init(com.atlassian.plugin.Plugin plugin, com.atlassian.plugin.module.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()