public interface

PreDeleteUserErrorsManager

com.atlassian.jira.plugin.user.PreDeleteUserErrorsManager
Known Indirect Subclasses

Summary

Public Methods
ImmutableList<WebErrorMessage> getWarnings(ApplicationUser user)
Handles the collecting all the WebErrorMessage for the pre-delete-user-errors plugin point

Public Methods

public ImmutableList<WebErrorMessage> getWarnings (ApplicationUser user)

Handles the collecting all the WebErrorMessage for the pre-delete-user-errors plugin point

Parameters
user that will be deleted
Returns