Packages

package models

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait AppProperties extends AnyRef

    App properties available in all apps.

  2. trait AtlassianHost extends AnyRef

    An Atlassian host in which the add-on is or has been installed.

    An Atlassian host in which the add-on is or has been installed. Hosts are stored in AtlassianHostRepository.

    During processing of a request from an Atlassian host, the details of the host and of the user at the browser can be obtained from the AtlassianHostUser.

  3. trait AtlassianHostUser extends AnyRef

    Authentication principal for requests coming from an Atlassian host application in which the add-on is installed.

  4. case class DefaultAtlassianHost(clientKey: ClientKey, key: String, publicKey: String, oauthClientId: Option[String], sharedSecret: String, serverVersion: String, pluginsVersion: String, baseUrl: String, productType: String, description: String, serviceEntitlementNumber: Option[String], installed: Boolean) extends AtlassianHost with Product with Serializable

    Default case class implementation of AtlassianHost.

  5. case class DefaultAtlassianHostUser(host: AtlassianHost, userKey: Option[String]) extends AtlassianHostUser with Product with Serializable

    Default case class implementation of AtlassianHostUser

    Default case class implementation of AtlassianHostUser

    host

    Atlassian host associated with this operation.

    userKey

    Key of user associated with this operation.

Value Members

  1. object AtlassianHostUser
  2. object Predefined

Ungrouped