Packages

package events

Type Members

  1. trait AppEvent extends AnyRef

    The base event.

  2. 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.

  3. 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.

Ungrouped