com.atlassian.plugin.event.events
Class PluginContainerFailedEvent

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

public class PluginContainerFailedEvent
extends Object

Event thrown when the container a plugin is installed into either rejects the plugin or fails altogether

Since:
2.2.0

Constructor Summary
PluginContainerFailedEvent(Object container, String key, Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 Object getContainer()
           
 String getPluginKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginContainerFailedEvent

public PluginContainerFailedEvent(Object container,
                                  String key,
                                  Throwable cause)
Method Detail

getContainer

public Object getContainer()

getPluginKey

public String getPluginKey()

getCause

public Throwable getCause()


Copyright © 2011 Atlassian. All Rights Reserved.