Class ThirdPartyContextHelper
java.lang.Object
com.codebarrel.jira.plugin.automation.thirdparty.ThirdPartyContextHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.codebarrel.automation.api.thirdparty.context.RuleContextgetExecutionContext(ComponentContext context, ComponentInputs inputs, AuditComponentChangeBuilder audit) com.codebarrel.automation.api.thirdparty.context.RuleContextgetValidationContext(ComponentContext context)
-
Constructor Details
-
ThirdPartyContextHelper
@Inject public ThirdPartyContextHelper(com.atlassian.sal.api.message.I18nResolver i18n)
-
-
Method Details
-
getValidationContext
public com.codebarrel.automation.api.thirdparty.context.RuleContext getValidationContext(ComponentContext context) -
getExecutionContext
public com.codebarrel.automation.api.thirdparty.context.RuleContext getExecutionContext(ComponentContext context, ComponentInputs inputs, AuditComponentChangeBuilder audit)
-