Package com.codebarrel.jira.user
Class JiraUserEmailHelper
java.lang.Object
com.codebarrel.jira.user.JiraUserEmailHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringconvertMaskedEmail(String rawEmail) Will convert a masked email (simeon at codebarrel dot io) into normal format (simeon@automationforjira.com), otherwise it will just return the passed email
-
Constructor Details
-
JiraUserEmailHelper
public JiraUserEmailHelper()
-
-
Method Details
-
convertMaskedEmail
Will convert a masked email (simeon at codebarrel dot io) into normal format (simeon@automationforjira.com), otherwise it will just return the passed email- Parameters:
rawEmail- the email address from jira- Returns:
- an email address, or null
-