Class SmartValueUtils
java.lang.Object
com.codebarrel.automation.rulecomponent.jira.common.SmartValueUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancontainsEmptySmartValues(String rawValue) static booleanhasSmartValue(String rawValue) static voidvalidateListSmartValueFromOperation(FieldOperation operation, IssueInputSubstitutionRenderer renderer, ErrorCollection errors, I18nResolver i18n) static voidvalidateSmartValueFromOperation(FieldOperation operation, IssueInputSubstitutionRenderer renderer, ErrorCollection errors, I18nResolver i18n)
-
Constructor Details
-
SmartValueUtils
public SmartValueUtils()
-
-
Method Details
-
hasSmartValue
-
containsEmptySmartValues
-
validateSmartValueFromOperation
public static void validateSmartValueFromOperation(FieldOperation operation, IssueInputSubstitutionRenderer renderer, ErrorCollection errors, I18nResolver i18n) -
validateListSmartValueFromOperation
public static void validateListSmartValueFromOperation(FieldOperation operation, IssueInputSubstitutionRenderer renderer, ErrorCollection errors, I18nResolver i18n)
-