public class SupportInformationServiceImpl extends Object implements SupportInformationService
DirectoryManager, and optionally, an ApplicationManager.
The latter has been made optional because not all products have multiple applications.| Constructor and Description |
|---|
SupportInformationServiceImpl(DirectoryManager directoryManager) |
| 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
SupportInformationService.getSupportInformation(User) in map format. |
void |
setApplicationManager(ApplicationManager applicationManager) |
public SupportInformationServiceImpl(DirectoryManager directoryManager)
public String getSupportInformation(@Nullable User currentUser)
SupportInformationServicegetSupportInformation in interface SupportInformationServicecurrentUser - currently logged-in userpublic Map<String,String> getSupportInformationMap(@Nullable User currentUser)
SupportInformationServiceSupportInformationService.getSupportInformation(User) in map format.getSupportInformationMap in interface SupportInformationServicecurrentUser - currently logged-in userpublic void setApplicationManager(ApplicationManager applicationManager)
Copyright © 2017 Atlassian. All rights reserved.