Class 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
    • Constructor Detail

      • RegexpScriptResult

        public RegexpScriptResult()
    • Method Detail

      • setMatch

        public void setMatch​(String foundValue)
        Sets the valueMatch to the provided value
        Parameters:
        foundValue - The value extracted from the email to be used as a Match Value
      • getMatch

        public String getMatch()
        Returns the current found value if set
        Returns:
        foundValue