com.atlassian.plugin.event.events
Class PluginContainerFailedEvent
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginContainerFailedEvent
public PluginContainerFailedEvent(Object container,
String key,
Throwable cause)
getContainer
public Object getContainer()
getPluginKey
public String getPluginKey()
getCause
public Throwable getCause()
Copyright © 2013 Atlassian. All Rights Reserved.