com.atlassian.plugin.event.events
Class PluginContainerFailedEvent
java.lang.Object
com.atlassian.plugin.event.events.PluginContainerFailedEvent
public class PluginContainerFailedEvent
- extends java.lang.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(java.lang.Object container,
java.lang.String key,
java.lang.Throwable cause)
getContainer
public java.lang.Object getContainer()
getPluginKey
public java.lang.String getPluginKey()
getCause
public java.lang.Throwable getCause()
Copyright © 2010 Atlassian. All Rights Reserved.