package models
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
AppProperties extends AnyRef
App properties available in all apps.
-
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.
-
trait
AtlassianHostUser extends AnyRef
Authentication principal for requests coming from an Atlassian host application in which the add-on is installed.
-
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.
-
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
- object AtlassianHostUser
- object Predefined