Class GroovyPoolEntry

java.lang.Object
step.expressions.GroovyPoolEntry

public class GroovyPoolEntry extends Object
  • Constructor Details

    • GroovyPoolEntry

      public GroovyPoolEntry(GroovyPoolKey key, groovy.lang.Script script)
  • Method Details

    • getScript

      public groovy.lang.Script getScript()
    • setScript

      public void setScript(groovy.lang.Script script)
    • getKey

      public GroovyPoolKey getKey()
    • setKey

      public void setKey(GroovyPoolKey key)