Interface RepositoryModuleDescriptor
-
- All Superinterfaces:
com.atlassian.plugin.ModuleDescriptor<Repository>
,com.atlassian.plugin.Resourced
,com.atlassian.plugin.ScopeAware
- All Known Implementing Classes:
RepositoryModuleDescriptorImpl
public interface RepositoryModuleDescriptor extends com.atlassian.plugin.ModuleDescriptor<Repository>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull RepositoryConfigurator
getConfigurator()
-
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBroken
-
-
-
-
Method Detail
-
getConfigurator
@NotNull @NotNull RepositoryConfigurator getConfigurator()
-
-