1. Home
  2. Docs
  3. Glossary
  4. D
  5. Discovery operation

Discovery operation

Discovery operation is a low level process execution step determined at analysis time. It is based on a list of keywords, usually provided dynamically through a variable. Those keywords will be matched against class and method names.

Discovery functions are declared in the Jeyzer analysis profiles.

Declaration example (source : Feature demo profile) :

<discovery_operation pattern="SharedResources" pattern_regex="org.rwn.jeyzer.*" focus="method"/>