| Modifier and Type | Method and Description |
|---|---|
AtlassianHost |
AtlassianHostUser.getHost()
Returns the host from which the request originated.
|
AtlassianHost |
AddonInstalledEvent.getHost()
Returns the host for which the event occurred.
|
AtlassianHost |
AddonUninstalledEvent.getHost()
Returns the host for which the event occurred.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<AtlassianHost> |
AtlassianHostRepository.findFirstByBaseUrl(String baseUrl)
|
Optional<AtlassianHost> |
AtlassianHostRepository.findFirstByBaseUrlOrderByLastModifiedDateDesc(String baseUrl)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
RestTemplate |
AtlassianHostRestClients.authenticatedAsAddon(AtlassianHost host)
Returns a
RestTemplate for making requests to Atlassian hosts using JWT authentication. |
static AtlassianHostUser.AtlassianHostUserBuilder |
AtlassianHostUser.builder(AtlassianHost host)
Creates an
AtlassianHostUser.AtlassianHostUserBuilder using the provided host. |
| Constructor and Description |
|---|
AddonInstalledEvent(Object source,
AtlassianHost host)
Creates a new event.
|
AddonUninstalledEvent(Object source,
AtlassianHost host)
Creates a new event.
|
AtlassianHostUser(AtlassianHost host,
Optional<String> optionalUserKey)
Deprecated.
as of 1.5.0 with migration to Atlassian Account ID, replaced by
AtlassianHostUser.AtlassianHostUserBuilder |
Copyright © 2020 Atlassian. All rights reserved.