Class LegacyBeanTransformer
java.lang.Object
com.codebarrel.jira.plugin.automation.data.legacy.LegacyBeanTransformer
- All Implemented Interfaces:
Function<LegacyRuleEntity,
LegacyRuleBean>
public class LegacyBeanTransformer
extends Object
implements Function<LegacyRuleEntity,LegacyRuleBean>
Parses the Legacy Rule Entities from the database from the old Atlassian Labs app
into a DTO that we can use in the upgrade task to convert them more easily to the new format.
-
Constructor Details
-
LegacyBeanTransformer
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<LegacyRuleEntity,
LegacyRuleBean>
-