Uses of Class
com.atlassian.bamboo.plugin.PluginIdentifier

Packages that use PluginIdentifier
com.atlassian.bamboo.plugin   
com.atlassian.bamboo.plugin.events   
com.atlassian.bamboo.v2.build.agent.remote.plugins   
 

Uses of PluginIdentifier in com.atlassian.bamboo.plugin
 

Methods in com.atlassian.bamboo.plugin that return PluginIdentifier
 PluginIdentifier PluginModuleIdentifier.getPluginIdentifier()
           
 

Uses of PluginIdentifier in com.atlassian.bamboo.plugin.events
 

Methods in com.atlassian.bamboo.plugin.events that return PluginIdentifier
 PluginIdentifier AbstractRemotePluginEvent.getPluginIdentifier()
           
 

Constructors in com.atlassian.bamboo.plugin.events with parameters of type PluginIdentifier
AbstractRemotePluginEvent(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 PluginIdentifier
 void RemoteAgentPluginManager.disablePlugin(PluginIdentifier pluginIdentifier)
           
 void RemoteAgentPluginManager.enablePlugin(PluginIdentifier pluginIdentifier)
           
 void RemoteAgentPluginManager.enablePluginModule(PluginIdentifier pluginIdentifier, PluginModuleIdentifier pluginModuleIdentifier)
           
 void RemoteAgentPluginManager.uninstallPlugin(PluginIdentifier pluginIdentifier)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.