Class FreeFormAdvancedFields
java.lang.Object
com.codebarrel.automation.rulecomponent.jira.com.rproxy.goskope.common.FreeFormAdvancedFields
- All Implemented Interfaces:
CompiledAdvancedFields
If the raw string can't be parsed directly into the Advanced Field structure, it may be able to after it is compiled/rendered.
Therefore we delay the deserialisation until after we render the field.
-
Constructor Summary
ConstructorsConstructorDescriptionFreeFormAdvancedFields(TenantActor tenantActor, IssueCompiledTemplate compiledTemplate, AdvancedFieldsProcessor advancedFieldsProcessor) -
Method Summary
Modifier and TypeMethodDescriptionrenderFields(SmartIssueBean issueBean) Turns the compiled version into an all singing, all dancing Advanced fields that is ready to be sent to Jira.
-
Constructor Details
-
FreeFormAdvancedFields
public FreeFormAdvancedFields(TenantActor tenantActor, IssueCompiledTemplate compiledTemplate, AdvancedFieldsProcessor advancedFieldsProcessor)
-
-
Method Details
-
renderFields
Description copied from interface:CompiledAdvancedFieldsTurns the compiled version into an all singing, all dancing Advanced fields that is ready to be sent to Jira.- Specified by:
renderFieldsin interfaceCompiledAdvancedFields
-