com.atlassian.bamboo.plugin.descriptor
Class BuilderModuleDescriptor

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

Deprecated. Since 3.1. Use TaskModuleDescriptor

@Deprecated
public class BuilderModuleDescriptor
extends AbstractBambooModuleDescriptor<Builder>

Module descriptor for the Builder plugin type


Field Summary
static java.lang.String BUILDER_PLUGIN_KEY
          Deprecated.  
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
moduleClass, moduleClassName, moduleFactory, plugin, resources, singleton
 
Constructor Summary
BuilderModuleDescriptor()
          Deprecated.  
BuilderModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
          Deprecated.  
 
Method Summary
 java.lang.String getEditTemplate()
          Deprecated.  
 java.lang.String getFreemarkerEditTemplate()
          Deprecated.  
 java.lang.String getViewTemplate()
          Deprecated.  
 
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, init, 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

BUILDER_PLUGIN_KEY

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

BuilderModuleDescriptor

public BuilderModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
Deprecated. 

BuilderModuleDescriptor

public BuilderModuleDescriptor()
Deprecated. 
Method Detail

getEditTemplate

@Nullable
public java.lang.String getEditTemplate()
Deprecated. 

getFreemarkerEditTemplate

@Nullable
public java.lang.String getFreemarkerEditTemplate()
Deprecated. 

getViewTemplate

@Nullable
public java.lang.String getViewTemplate()
Deprecated. 


Copyright © 2011 Atlassian. All Rights Reserved.