Package com.atlassian.jira.plugin.user
Interface PreDeleteUserErrorsManager
- All Known Implementing Classes:
PreDeleteUserErrorsManagerImpl
public interface PreDeleteUserErrorsManager
- Since:
- v6.0
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<WebErrorMessage>
getWarnings
(ApplicationUser user) Handles the collecting all theWebErrorMessage
for the pre-delete-user-errors plugin point
-
Method Details
-
getWarnings
Handles the collecting all theWebErrorMessage
for the pre-delete-user-errors plugin point- Parameters:
user
- that will be deleted- Returns:
- list containing all plugin provided
WebErrorMessage
-