Package com.atlassian.jira.entity
Class GenericValueFunctions
java.lang.Object
com.atlassian.jira.entity.GenericValueFunctions
Helpers for transforming GenericValues
- Since:
- v6.1.1
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet function extracting String value from GenericValue.getStringAsLong(String field)
-
Constructor Details
-
GenericValueFunctions
public GenericValueFunctions()
-
-
Method Details
-
getLong
-
getStringAsLong
-
getString
Get function extracting String value from GenericValue.- Parameters:
field- field name to extract- Since:
- v6.3
-