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 PluginIdentifier
PluginModuleIdentifier.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 TypeMethodDescriptionvoid
RemoteAgentPluginManager.disablePlugin
(PluginIdentifier pluginIdentifier) void
RemoteAgentPluginManager.enablePlugin
(PluginIdentifier pluginIdentifier) void
RemoteAgentPluginManager.enablePluginModule
(PluginIdentifier pluginIdentifier, PluginModuleIdentifier pluginModuleIdentifier) void
RemoteAgentPluginManager.uninstallPlugin
(PluginIdentifier pluginIdentifier)