Class JiraFeedbackStore
java.lang.Object
com.codebarrel.jira.plugin.automation.store.JiraFeedbackStore
- All Implemented Interfaces:
FeedbackStore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidobfuscateOldContacts(Environment environment, Instant instant) Removes any identifying information from tenant contacts (e.g.voidsaveContact(TenantContext tenantContext, UserBean userBean)
-
Constructor Details
-
JiraFeedbackStore
public JiraFeedbackStore()
-
-
Method Details
-
saveContact
- Specified by:
saveContactin interfaceFeedbackStore
-
obfuscateOldContacts
Description copied from interface:FeedbackStoreRemoves any identifying information from tenant contacts (e.g. email) older than the specified timestamp.- Specified by:
obfuscateOldContactsin interfaceFeedbackStore
-