|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.descriptors.AbstractModuleDescriptor<T>
com.atlassian.bamboo.plugin.descriptor.AbstractBambooModuleDescriptor<Repository>
com.atlassian.bamboo.plugin.descriptor.RepositoryModuleDescriptorImpl
public class RepositoryModuleDescriptorImpl
Module descriptor for the Repository plugin type
| Field Summary | |
|---|---|
static String |
REPOSITORY_PLUGIN_KEY
|
| Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
|---|
key, moduleClass, moduleClassName, moduleFactory, name, plugin, resources, singleton |
| Constructor Summary | |
|---|---|
RepositoryModuleDescriptorImpl(com.atlassian.plugin.module.ModuleFactory moduleFactory)
|
|
| Method Summary | |
|---|---|
String |
getAdvancedEditTemplate()
|
String |
getAdvancedViewTemplate()
|
String |
getBranchIntegrationEditTemplate()
|
String |
getChangeDetectionEditTemplate()
|
String |
getChangeDetectionViewTemplate()
|
RepositoryConfigurator |
getConfigurator()
|
String |
getEditTemplate()
|
String |
getMavenPomCheckoutAccessEditTemplate()
|
String |
getMinimalEditTemplate()
|
Repository |
getModule()
For some reason on remote agent super.getModule() is not enough (not sure if it is not enough only for plugins type 2) https://extranet.atlassian.com/jira/browse/BDEV-807 |
String |
getViewTemplate()
|
void |
init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
|
| Methods inherited from class com.atlassian.bamboo.plugin.descriptor.AbstractBambooModuleDescriptor |
|---|
disabled, getElementAsString, getFreeMarkerResourceLocation, getVelocityResourceLocation, instantiateClass, isMutable, postInit, preInit |
| Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
|---|
assertModuleClassImplements, checkPermissions, destroy, destroy, enabled, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, 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 |
| Methods inherited from interface com.atlassian.plugin.ModuleDescriptor |
|---|
destroy, destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion |
| Methods inherited from interface com.atlassian.plugin.Resourced |
|---|
getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation |
| Field Detail |
|---|
public static final String REPOSITORY_PLUGIN_KEY
| Constructor Detail |
|---|
public RepositoryModuleDescriptorImpl(com.atlassian.plugin.module.ModuleFactory moduleFactory)
| Method Detail |
|---|
public void init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
throws com.atlassian.plugin.PluginParseException
init in interface com.atlassian.plugin.ModuleDescriptor<Repository>init in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Repository>com.atlassian.plugin.PluginParseExceptionpublic Repository getModule()
getModule in interface com.atlassian.plugin.ModuleDescriptor<Repository>getModule in class AbstractBambooModuleDescriptor<Repository>@Nullable public String getEditTemplate()
@Nullable public String getAdvancedEditTemplate()
@Nullable public String getAdvancedViewTemplate()
@Nullable public String getViewTemplate()
@Nullable public String getChangeDetectionEditTemplate()
@Nullable public String getChangeDetectionViewTemplate()
@Nullable public String getMinimalEditTemplate()
@Nullable public String getMavenPomCheckoutAccessEditTemplate()
@Nullable public String getBranchIntegrationEditTemplate()
@NotNull public RepositoryConfigurator getConfigurator()
getConfigurator in interface RepositoryModuleDescriptor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||