com.atlassian.bamboo.plugin.descriptor
Class LegacyBuilderToTaskConverterDescriptor

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

public class LegacyBuilderToTaskConverterDescriptor
extends AbstractBambooModuleDescriptor<LegacyBuilderToTaskConverter>
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
moduleClass, moduleClassName, moduleFactory, plugin, resources, singleton
 
Constructor Summary
LegacyBuilderToTaskConverterDescriptor()
          Needed for AbstractModuleDescriptors that require a default constructor.
LegacyBuilderToTaskConverterDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
           
 
Method Summary
 boolean canConvert(java.lang.String builderKey)
          Checks if the plugin is applicable to a builder.
 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

LegacyBuilderToTaskConverterDescriptor

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

LegacyBuilderToTaskConverterDescriptor

public LegacyBuilderToTaskConverterDescriptor()
Needed for AbstractModuleDescriptors that require a default constructor.

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

canConvert

public boolean canConvert(java.lang.String builderKey)
Checks if the plugin is applicable to a builder.

Parameters:
builderKey - full key of a builder
Returns:


Copyright © 2012 Atlassian. All Rights Reserved.