com.atlassian.bamboo.plugin.descriptor
Class TriggerReasonModuleDescriptor

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

public class TriggerReasonModuleDescriptor
extends AbstractBambooModuleDescriptor<TriggerReason>


Field Summary
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
moduleClass, moduleClassName, moduleFactory, plugin, resources, singleton
 
Constructor Summary
TriggerReasonModuleDescriptor()
           
TriggerReasonModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
           
 
Method Summary
 java.lang.String getLongDescriptionTemplate()
           
 java.lang.String getLongDescriptionTextTemplate()
           
 java.lang.String getShortDescriptionTemplate()
           
 java.lang.String getShortDescriptionTextTemplate()
           
 TriggerReasonRenderer getTriggerReasonRenderer()
           
 void init(com.atlassian.plugin.Plugin plugin, org.dom4j.Element element)
           
 
Methods inherited from class com.atlassian.bamboo.plugin.descriptor.AbstractBambooModuleDescriptor
disabled, getFreeMarkerResourceLocation, getModule, getVelocityResourceLocation, instantiateClass, isMutable, postInit, preInit
 
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, destroy, enabled, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, 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
 

Constructor Detail

TriggerReasonModuleDescriptor

public TriggerReasonModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)

TriggerReasonModuleDescriptor

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

getTriggerReasonRenderer

@Nullable
public TriggerReasonRenderer getTriggerReasonRenderer()
Returns:
triggerReasonRenderer or null if one was not specified

getShortDescriptionTemplate

@Nullable
public java.lang.String getShortDescriptionTemplate()

getLongDescriptionTemplate

@Nullable
public java.lang.String getLongDescriptionTemplate()

getLongDescriptionTextTemplate

@Nullable
public java.lang.String getLongDescriptionTextTemplate()

getShortDescriptionTextTemplate

@Nullable
public java.lang.String getShortDescriptionTextTemplate()


Copyright © 2012 Atlassian. All Rights Reserved.