public interface PluginModuleCreator<T extends PluginModuleProperties>
| Modifier and Type | Method and Description |
|---|---|
PluginProjectChangeset |
createModule(T props)
Returns a
PluginProjectChangeset that describes (but does not perform) all of
the changes required to add this module. |
String |
getModuleName() |
String getModuleName()
PluginProjectChangeset createModule(T props) throws Exception
PluginProjectChangeset that describes (but does not perform) all of
the changes required to add this module.ExceptionCopyright © 2015 Atlassian. All rights reserved.