Interface GroovyCreateEndpointsActionBuilder<T extends TestAction,B extends GroovyCreateEndpointsActionBuilder<T,B>>

All Superinterfaces:
ActionBuilder<T,B>, TestActionBuilder<T>

public interface GroovyCreateEndpointsActionBuilder<T extends TestAction,B extends GroovyCreateEndpointsActionBuilder<T,B>> extends ActionBuilder<T,B>, TestActionBuilder<T>
  • Method Details

    • script

      B script(String script)
      Sets the Groovy script to execute.
    • script

      B script(Resource scriptResource)
      Sets the Groovy script to execute.
    • script

      B script(Resource scriptResource, Charset charset)
      Sets the Groovy script to execute.
    • scriptResourcePath

      B scriptResourcePath(String scriptResourcePath)
      Sets the Groovy script to execute.