Class ThirdPartyRuleConfigConverter

java.lang.Object
com.codebarrel.jira.plugin.automation.module.legacy.ThirdPartyRuleConfigConverter
All Implemented Interfaces:
Function<com.codebarrel.automation.api.config.RuleConfigBean,com.atlassian.plugin.automation.core.codebarrel.RuleConfig>

public class ThirdPartyRuleConfigConverter extends Object implements Function<com.codebarrel.automation.api.config.RuleConfigBean,com.atlassian.plugin.automation.core.codebarrel.RuleConfig>
  • Constructor Details

    • ThirdPartyRuleConfigConverter

      public ThirdPartyRuleConfigConverter()
  • Method Details

    • apply

      public com.atlassian.plugin.automation.core.codebarrel.RuleConfig apply(com.codebarrel.automation.api.config.RuleConfigBean ruleConfigBean)
      Specified by:
      apply in interface Function<com.codebarrel.automation.api.config.RuleConfigBean,com.atlassian.plugin.automation.core.codebarrel.RuleConfig>