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

public class BuilderModuleDescriptor
extends AbstractBambooModuleDescriptor<Builder>

Module descriptor for the Builder plugin type


Field Summary
static java.lang.String BUILDER_PLUGIN_KEY
           
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
plugin, resources, singleton
 
Constructor Summary
BuilderModuleDescriptor()
           
 
Method Summary
 java.lang.String getEditTemplate()
           
 java.lang.String getFreemarkerEditTemplate()
           
 Builder getModule()
           
 java.lang.String getViewTemplate()
           
 
Methods inherited from class com.atlassian.bamboo.plugin.descriptor.AbstractBambooModuleDescriptor
instantiateClass
 
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, destroy, disabled, enabled, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, init, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setPlugin, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BUILDER_PLUGIN_KEY

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

BuilderModuleDescriptor

public BuilderModuleDescriptor()
Method Detail

getModule

public Builder getModule()
Specified by:
getModule in interface com.atlassian.plugin.ModuleDescriptor<Builder>
Overrides:
getModule in class AbstractBambooModuleDescriptor<Builder>

getEditTemplate

@Nullable
public java.lang.String getEditTemplate()

getFreemarkerEditTemplate

@Nullable
public java.lang.String getFreemarkerEditTemplate()

getViewTemplate

@Nullable
public java.lang.String getViewTemplate()


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.