Class SlackNotificationActionConfigTransform
java.lang.Object
com.codebarrel.automation.rulecomponent.jira.action.slack.SlackNotificationActionConfigTransform
- All Implemented Interfaces:
ConfigTransform
@Component
public class SlackNotificationActionConfigTransform
extends Object
implements ConfigTransform
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontransformSchema(int schemaVersion, String rawJSON, TenantActor tenantActor) Applies any outstanding schema changes to the componentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.codebarrel.automation.api.component.ConfigTransform
migrateData, validateMigration
-
Constructor Details
-
SlackNotificationActionConfigTransform
-
-
Method Details
-
transformSchema
Description copied from interface:ConfigTransformApplies any outstanding schema changes to the component- Specified by:
transformSchemain interfaceConfigTransform- Parameters:
schemaVersion- current version of the schemarawJSON- current JSON of the componenttenantActor- Tenant actor- Returns:
- transformed schema or rawJSON if no changes applied
-