public interface SupportInformationService
Modifier and Type | Method and Description |
---|---|
String |
getSupportInformation(User currentUser)
Returns a human-readable string containing basic user, directory and application data valuable in support requests.
|
Map<String,String> |
getSupportInformationMap(User currentUser)
Returns the same data as
getSupportInformation(User) in map format. |
String getSupportInformation(User currentUser)
currentUser
- currently logged-in userMap<String,String> getSupportInformationMap(User currentUser)
getSupportInformation(User)
in map format.currentUser
- currently logged-in userCopyright © 2020 Atlassian. All rights reserved.