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>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.citrusframework.TestActionBuilder
TestActionBuilder.DelegatingTestActionBuilder<T extends TestAction> -
Field Summary
Fields inherited from interface org.citrusframework.TestActionBuilder
logger, RESOURCE_PATH, TYPE_RESOLVER -
Method Summary
Modifier and TypeMethodDescriptionSets the Groovy script to execute.Sets the Groovy script to execute.Sets the Groovy script to execute.scriptResourcePath(String scriptResourcePath) Sets the Groovy script to execute.Methods inherited from interface org.citrusframework.actions.ActionBuilder
actor, description, nameMethods inherited from interface org.citrusframework.TestActionBuilder
build
-
Method Details
-
script
Sets the Groovy script to execute. -
script
Sets the Groovy script to execute. -
script
Sets the Groovy script to execute. -
scriptResourcePath
Sets the Groovy script to execute.
-