Class RegexpScriptResult
- java.lang.Object
-
- com.javahollic.jira.emh.api.extension.fieldproc.regexp.RegexpScriptResult
-
public class RegexpScriptResult extends Object
RegexpScriptResult - RegexpScriptResults holds the value extracted by the Regexp Issue Association Script to be used as a Value Match
-
-
Field Summary
Fields Modifier and Type Field Description static String
RESULT_KEY
-
Constructor Summary
Constructors Constructor Description RegexpScriptResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMatch()
Returns the current found value if setvoid
setMatch(String foundValue)
Sets the valueMatch to the provided value
-
-
-
Field Detail
-
RESULT_KEY
public static final String RESULT_KEY
- See Also:
- Constant Field Values
-
-