Class AndroidAppInstrumentationTarget
- java.lang.Object
-
- com.uber.okbuck.core.model.base.Target
-
- com.uber.okbuck.core.model.jvm.JvmTarget
-
- com.uber.okbuck.core.model.android.AndroidTarget
-
- com.uber.okbuck.core.model.android.AndroidLibTarget
-
- com.uber.okbuck.core.model.android.AndroidAppTarget
-
- com.uber.okbuck.core.model.android.AndroidInstrumentationTarget
-
- com.uber.okbuck.core.model.android.AndroidAppInstrumentationTarget
-
public class AndroidAppInstrumentationTarget extends AndroidInstrumentationTarget
An Android instrumentation target
-
-
Field Summary
-
Fields inherited from class com.uber.okbuck.core.model.jvm.JvmTarget
isKotlin, JAVA_COMPILER_EXTRA_ARGUMENTS, KOTLIN_COMPILER_EXTRA_ARGUMENTS, KOTLIN_COMPILER_PLUGINS, MAIN
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.android.build.gradle.api.BaseVariantgetBaseVariant()-
Methods inherited from class com.uber.okbuck.core.model.android.AndroidInstrumentationTarget
getApt, getAptScopes, getMain, getProvided, getTest
-
Methods inherited from class com.uber.okbuck.core.model.android.AndroidAppTarget
getApiExternalDeps, getApiTargetDeps, getAppInstrumentationTarget, getCpuFilters, getExopackage, getIncludesVectorDrawables, getKeystore, getLinearAllocHardLimit, getMinifyEnabled, getMultidexEnabled, getPackage, getPlaceholders, getPrimaryDexPatterns, getProguardConfig, getProguardMapping, getTransforms, shouldGenerateBuildConfig
-
Methods inherited from class com.uber.okbuck.core.model.android.AndroidLibTarget
getConsumerProguardConfig, getLibInstrumentationTarget
-
Methods inherited from class com.uber.okbuck.core.model.android.AndroidTarget
getAidl, getAndroidExtension, getApplicationIdWithSuffix, getAssetDirs, getBuildConfigFields, getDebuggable, getGenerateR2, getIsTest, getJavaResources, getJniLibs, getKotlinCompilerOptions, getKotlinCompilerPlugins, getLintEnabled, getLintOptions, getMainManifest, getMinSdk, getProjectResDir, getProp, getResDirs, getResPackage, getRobolectricEnabled, getRuleType, getSecondaryManifests, getSourceCompatibility, getSources, getTargetCompatibility, getTargetSdk, getTestApt, getTestAptScopes, getTestOptions, getTestProvided, getTestRuleType, getVersionCode, getVersionName, isKotlin
-
Methods inherited from class com.uber.okbuck.core.model.jvm.JvmTarget
getApPlugins, getAptScopeForConfiguration, getAptScopeForConfiguration, getExcludes, getExternalAarDeps, getExternalAptDeps, getExternalDeps, getExternalExportedAarDeps, getExternalExportedDeps, getExternalProvidedDeps, getIntegrationTest, getIntegrationTestApPlugins, getIntegrationTestApt, getIntegrationTestAptScopes, getIntegrationTestOptions, getIntegrationTestProvided, getKotlinFriendPaths, getLint, getMainClass, getMavenCoords, getTargetAptDeps, getTargetDeps, getTargetExportedDeps, getTargetProvidedDeps, getTestApPlugins, hasApplication, javaVersion
-
Methods inherited from class com.uber.okbuck.core.model.base.Target
getAvailable, getExtraOpts, getIdentifier, getName, getOkbuck, getPath, getProject, getRootProject
-
-
-
-
Method Detail
-
getBaseVariant
protected com.android.build.gradle.api.BaseVariant getBaseVariant()
- Overrides:
getBaseVariantin classAndroidAppTarget
-
-