wtf.emulator.EwWorkParameters Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-plugin Show documentation
Show all versions of gradle-plugin Show documentation
With this Gradle plugin you can run your Android instrumentation tests with emulator.wtf
package wtf.emulator;
import org.gradle.api.file.DirectoryProperty;
import org.gradle.api.file.RegularFileProperty;
import org.gradle.api.provider.ListProperty;
import org.gradle.api.provider.MapProperty;
import org.gradle.api.provider.Property;
import org.gradle.api.provider.SetProperty;
import org.gradle.workers.WorkParameters;
import java.io.File;
import java.util.Map;
public interface EwWorkParameters extends EwInvokeConfiguration, WorkParameters {
Property getToken();
RegularFileProperty getWorkingDir();
SetProperty getClasspath();
RegularFileProperty getAppApk();
RegularFileProperty getTestApk();
RegularFileProperty getLibraryTestApk();
DirectoryProperty getOutputsDir();
ListProperty