com.atlassian.plugin.event.events
Class PluginListUpgradedEvent

java.lang.Object
  extended by com.atlassian.plugin.event.events.PluginListUpgradedEvent

public class PluginListUpgradedEvent
extends java.lang.Object

Event that indicates a plugin set has been upgraded at runtime

Since:
3.0.0

Constructor Summary
PluginListUpgradedEvent(java.lang.Iterable<Plugin> plugins)
          Constructs the event
 
Method Summary
 java.lang.Iterable<Plugin> getPlugins()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginListUpgradedEvent

public PluginListUpgradedEvent(java.lang.Iterable<Plugin> plugins)
Constructs the event

Parameters:
plugins - The plugin list that has been upgraded
Method Detail

getPlugins

public java.lang.Iterable<Plugin> getPlugins()
Returns:
the plugins that has been upgraded


Copyright © 2013 Atlassian. All Rights Reserved.