Uses of Class
com.atlassian.bamboo.plugin.PluginIdentifier
Packages that use PluginIdentifier
Package
Description
-
Uses of PluginIdentifier in com.atlassian.bamboo.plugin
Methods in com.atlassian.bamboo.plugin that return PluginIdentifierModifier and TypeMethodDescription@NotNull PluginIdentifierPluginModuleIdentifier.getPluginIdentifier() -
Uses of PluginIdentifier in com.atlassian.bamboo.plugin.events
Methods in com.atlassian.bamboo.plugin.events that return PluginIdentifierConstructors in com.atlassian.bamboo.plugin.events with parameters of type PluginIdentifierModifierConstructorDescriptionAbstractRemotePluginEvent(PluginIdentifier pluginIdentifier) DisableRemotePluginEvent(PluginIdentifier pluginIdentifier) EnableRemotePluginEvent(PluginIdentifier pluginIdentifier) UninstallRemotePluginEvent(PluginIdentifier pluginIdentifier) UpgradeRemotePluginEvent(PluginIdentifier pluginIdentifier) -
Uses of PluginIdentifier in com.atlassian.bamboo.v2.build.agent.remote.plugins
Methods in com.atlassian.bamboo.v2.build.agent.remote.plugins with parameters of type PluginIdentifierModifier and TypeMethodDescriptionvoidRemoteAgentPluginManager.disablePlugin(PluginIdentifier pluginIdentifier) voidRemoteAgentPluginManager.enablePlugin(PluginIdentifier pluginIdentifier) voidRemoteAgentPluginManager.enablePluginModule(PluginIdentifier pluginIdentifier, PluginModuleIdentifier pluginModuleIdentifier) voidRemoteAgentPluginManager.uninstallPlugin(PluginIdentifier pluginIdentifier)