Interface CustomEnvironmentConfigPluginModuleDescriptor
-
- All Superinterfaces:
com.atlassian.plugin.ModuleDescriptor<CustomEnvironmentConfigPlugin>
,com.atlassian.plugin.Resourced
,com.atlassian.plugin.ScopeAware
- All Known Implementing Classes:
CustomEnvironmentConfigPluginModuleDescriptorImpl
@ExperimentalApi public interface CustomEnvironmentConfigPluginModuleDescriptor extends com.atlassian.plugin.ModuleDescriptor<CustomEnvironmentConfigPlugin>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable CustomEnvironmentConfigPluginExporter
getExporter()
-
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, init, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBroken
-
-
-
-
Method Detail
-
getExporter
@Nullable @Nullable CustomEnvironmentConfigPluginExporter getExporter()
-
-