|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T> com.atlassian.bamboo.plugin.descriptor.AbstractBambooModuleDescriptor<CapabilityType> com.atlassian.bamboo.plugin.descriptor.CapabilityTypeModuleDescriptor
public class CapabilityTypeModuleDescriptor
Module descriptor for the CapabilityType
plugin type.
The module class may optionally implement the CapabilityDefaultsHelper
interface
for server- and agent-side capability auto detection.
Field Summary |
---|
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
---|
moduleClassName, moduleFactory, plugin, resources, singleton |
Constructor Summary | |
---|---|
CapabilityTypeModuleDescriptor()
|
|
CapabilityTypeModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
|
Method Summary | |
---|---|
java.lang.String |
getEditTemplate()
|
int |
getSortOrder()
|
java.lang.String |
getViewTemplate()
|
void |
init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
|
protected void |
provideValidationRules(com.atlassian.plugin.util.validation.ValidationPattern pattern)
|
Methods inherited from class com.atlassian.bamboo.plugin.descriptor.AbstractBambooModuleDescriptor |
---|
getFreeMarkerResourceLocation, getModule, getVelocityResourceLocation, 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, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, satisfiesMinJavaVersion, setPlugin, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CapabilityTypeModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
public CapabilityTypeModuleDescriptor()
Method Detail |
---|
@Nullable public java.lang.String getEditTemplate()
@Nullable public java.lang.String getViewTemplate()
public int getSortOrder()
public void init(com.atlassian.plugin.Plugin plugin, org.dom4j.Element element) throws com.atlassian.plugin.PluginParseException
init
in interface com.atlassian.plugin.ModuleDescriptor<CapabilityType>
init
in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<CapabilityType>
com.atlassian.plugin.PluginParseException
protected void provideValidationRules(com.atlassian.plugin.util.validation.ValidationPattern pattern)
provideValidationRules
in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<CapabilityType>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |