wtf.emulator.EwExtension Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-plugin-api Show documentation
Show all versions of gradle-plugin-api Show documentation
With this Gradle plugin you can run your Android instrumentation tests with emulator.wtf
The newest version!
package wtf.emulator;
import org.gradle.api.Action;
import org.gradle.api.file.DirectoryProperty;
import org.gradle.api.model.ObjectFactory;
import org.gradle.api.provider.ListProperty;
import org.gradle.api.provider.MapProperty;
import org.gradle.api.provider.Property;
import javax.inject.Inject;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import java.util.Map;
import java.util.function.Function;
import static java.util.function.Function.identity;
public abstract class EwExtension implements EwInvokeConfiguration {
private final Property variantCount;
public abstract Property getRepositoryCheckEnabled();
public abstract Property getVersion();
public abstract Property getToken();
public abstract DirectoryProperty getBaseOutputDir();
public abstract ListProperty
© 2015 - 2025 Weber Informatics LLC | Privacy Policy