Class SmartIssueFieldLoaderFactory
java.lang.Object
com.codebarrel.automation.rulecomponent.jira.common.smartbeans.SmartIssueFieldLoaderFactory
-
Constructor Summary
ConstructorsConstructorDescriptionSmartIssueFieldLoaderFactory(FieldService fieldService, ClientFactory<JIRAClient> clientFactory, TenantService tenantService, SmartBeanFactory smartBeanFactory, AddonProperties addonProperties) -
Method Summary
Modifier and TypeMethodDescriptioncom.codebarrel.automation.rulecomponent.jira.common.smartbeans.SmartIssueFieldLoadercreate(TenantActor tenantActor, IssueBean sourceIssue) com.codebarrel.automation.rulecomponent.jira.common.smartbeans.SmartIssueFieldLoadercreateLimited(TenantActor tenantActor, IssueBean sourceIssue)
-
Constructor Details
-
SmartIssueFieldLoaderFactory
public SmartIssueFieldLoaderFactory(FieldService fieldService, ClientFactory<JIRAClient> clientFactory, TenantService tenantService, SmartBeanFactory smartBeanFactory, AddonProperties addonProperties)
-
-
Method Details
-
create
public com.codebarrel.automation.rulecomponent.jira.common.smartbeans.SmartIssueFieldLoader create(TenantActor tenantActor, IssueBean sourceIssue) -
createLimited
public com.codebarrel.automation.rulecomponent.jira.common.smartbeans.SmartIssueFieldLoader createLimited(TenantActor tenantActor, IssueBean sourceIssue)
-