Class TransformAndSetSection

java.lang.Object
org.elasticsearch.test.rest.yaml.section.TransformAndSetSection
All Implemented Interfaces:
ExecutableSection

public class TransformAndSetSection extends Object implements ExecutableSection
Represents a transform_and_set section:

In the following example,
- transform_and_set: { login_creds: "#base64EncodeCredentials(user,password)" }
user and password are from the response which are joined by ':' and Base64 encoded and then stashed as 'login_creds'