Class PluginBuildServerProviderModuleDescriptor
java.lang.Object
com.atlassian.plugin.descriptors.AbstractModuleDescriptor<PluginBuildServerProvider>
com.atlassian.bitbucket.build.server.PluginBuildServerProviderModuleDescriptor
- All Implemented Interfaces:
- com.atlassian.plugin.ModuleDescriptor<PluginBuildServerProvider>,- com.atlassian.plugin.Resourced,- com.atlassian.plugin.ScopeAware,- com.atlassian.plugin.StateAware
public class PluginBuildServerProviderModuleDescriptor
extends com.atlassian.plugin.descriptors.AbstractModuleDescriptor<PluginBuildServerProvider>
Module descriptor for providing 
PluginBuildServerProvider implementations.
 Usage:
     <build-server-provider key="bamboo-build-server-provider"
                         class="com.atlassian.bitbucket.internal.build.bamboo.BambooBuildServerProvider"/>
 key and class attributes are required.- Since:
- 7.8
- 
Field SummaryFieldsFields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptorkey, moduleClass, moduleClassName, moduleFactory, name, plugin, resources
- 
Constructor SummaryConstructorsConstructorDescriptionPluginBuildServerProviderModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory) 
- 
Method SummaryMethods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptorassertModuleClassImplements, checkPermissions, destroy, disabled, enabled, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceLocation, getScopeKey, hashCode, init, isBroken, isEnabled, isEnabledByDefault, isSystemModule, loadClass, satisfiesMinJavaVersion, setBroken, setPlugin, toString, validateMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.plugin.ModuleDescriptorgetDisplayName
- 
Field Details- 
XML_ELEMENT_NAME- See Also:
 
 
- 
- 
Constructor Details- 
PluginBuildServerProviderModuleDescriptorpublic PluginBuildServerProviderModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory) 
 
- 
- 
Method Details- 
getModule- Specified by:
- getModulein interface- com.atlassian.plugin.ModuleDescriptor<PluginBuildServerProvider>
- Specified by:
- getModulein class- com.atlassian.plugin.descriptors.AbstractModuleDescriptor<PluginBuildServerProvider>
 
 
-