public class TestStateAware extends Object
| Constructor and Description |
|---|
TestStateAware() |
| Modifier and Type | Method and Description |
|---|---|
void |
disabledModuleDescriptorsAreEnabled()
If a plugin is enabled, any modules that are currently enabled should be sent the enabled
message, but modules which are disabled should not.
|
void |
setUp() |
void |
stateAwareOnInit()
Any StateAware plugin module that is active when the plugin manager is initialised should
recieve an enabled message
|
void |
stateAwareOnPluginDisable()
If a plugin is disabled, any modules that are currently enabled should be sent the disabled
message
|
void |
stateAwareOnPluginModule()
Any StateAware plugin moudle that is explicitly enabled or disabled through the plugin manager
should receive the appropriate message
|
public void stateAwareOnInit()
throws PluginParseException
PluginParseExceptionpublic void stateAwareOnPluginModule()
throws PluginParseException
PluginParseExceptionpublic void stateAwareOnPluginDisable()
throws PluginParseException
PluginParseExceptionpublic void disabledModuleDescriptorsAreEnabled()
throws PluginParseException
PluginParseExceptionCopyright © 2019 Atlassian. All rights reserved.