com.atlassian.plugin.event.events
Class PluginContainerFailedEvent

java.lang.Object
  extended by 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

Constructor Summary
PluginContainerFailedEvent(java.lang.Object container, java.lang.String key, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 java.lang.Object getContainer()
           
 java.lang.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(java.lang.Object container,
                                  java.lang.String key,
                                  java.lang.Throwable cause)
Method Detail

getContainer

public java.lang.Object getContainer()

getPluginKey

public java.lang.String getPluginKey()

getCause

public java.lang.Throwable getCause()


Copyright © 2010 Atlassian. All Rights Reserved.