All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.fherbreteau.gatling.ftp.javaapi.action.FtpActionBuilder Maven / Gradle / Ivy

The newest version!
package io.github.fherbreteau.gatling.ftp.javaapi.action;

import io.gatling.javaapi.core.ActionBuilder;

public class FtpActionBuilder implements ActionBuilder {

    private final io.github.fherbreteau.gatling.ftp.action.FtpActionBuilder wrapped;

    public FtpActionBuilder(io.github.fherbreteau.gatling.ftp.action.FtpActionBuilder wrapped) {
        this.wrapped = wrapped;
    }

    @Override
    public io.gatling.core.action.builder.ActionBuilder asScala() {
        return wrapped;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy