void |
AbstractAdministrationManager.buildSupportPackage(@NotNull File target,
@Nullable AdminSupportEntryGroup[] group) |
Collects a set of support information, that may simplify finding the cause and solution of issues.
|
void |
AbstractAdministrationManager.buildSupportPackage(@NotNull File target,
@Nullable AdminSupportEntryGroup[] group,
@Nullable Date start,
@Nullable Date end) |
Collects a set of support information, that may simplify finding the cause and solution of issues.
|
void |
AbstractAdministrationManager.buildSupportPackage(@NotNull OutputStream outputStream,
@Nullable AdminSupportEntryGroup[] group) |
Collects a set of support information, that may simplify finding the cause and solution of issues.
|
void |
AbstractAdministrationManager.buildSupportPackage(@NotNull OutputStream outputStream,
@Nullable AdminSupportEntryGroup[] group,
@Nullable Date start,
@Nullable Date end) |
Collects a set of support information, that may simplify finding the cause and solution of issues.
|
void |
AdministrationManager.buildSupportPackage(@NotNull File target,
@Nullable AdminSupportEntryGroup[] group) |
Collects a set of support information, that may simplify finding the cause and solution of issues.
|
void |
AdministrationManager.buildSupportPackage(@NotNull File target,
@Nullable AdminSupportEntryGroup[] group,
@Nullable Date start,
@Nullable Date end) |
Collects a set of support information, that may simplify finding the cause and solution of issues.
|
void |
AdministrationManager.buildSupportPackage(@NotNull OutputStream outputStream,
@Nullable AdminSupportEntryGroup[] group) |
Collects a set of support information, that may simplify finding the cause and solution of issues.
|
void |
AdministrationManager.buildSupportPackage(@NotNull OutputStream outputStream,
@Nullable AdminSupportEntryGroup[] group,
@Nullable Date start,
@Nullable Date end) |
Collects a set of support information, that may simplify finding the cause and solution of issues.
|