| Modifier and Type | Method and Description |
|---|---|
AtlassianHost |
AtlassianHostUser.getHost()
Returns the host from which the request originated.
|
AtlassianHost |
AddonUninstalledEvent.getHost()
Returns the host for which the event occurred.
|
AtlassianHost |
AddonInstalledEvent.getHost()
Returns the host for which the event occurred.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<AtlassianHost> |
AtlassianHostRepository.findFirstByBaseUrl(String baseUrl)
Returns the host with the given base URL.
|
| 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)
Creates a new Atlassian host principal.
|
Copyright © 2016 Atlassian. All rights reserved.