package events
Type Members
-
trait
AppEvent extends AnyRef
The base event.
-
case class
AppInstalledEvent(host: AtlassianHost) extends AppEvent with Product with Serializable
An event which will be published after a new host has been installed.
An event which will be published after a new host has been installed.
- host
The newly installed Atlassian host.
-
case class
AppUninstalledEvent(host: AtlassianHost) extends AppEvent with Product with Serializable
An event which will be published after a host has uninstalled.
An event which will be published after a host has uninstalled.
- host
The uninstalled Atlassian host.