excludeAppPackagesFromCleanups

@JvmName(name = "fojqibjhveootegq")
suspend fun excludeAppPackagesFromCleanups(value: Output<List<String>>)
@JvmName(name = "oymftwdxgnpqlhsm")
suspend fun excludeAppPackagesFromCleanups(value: List<String>?)

Parameters

value

An array of strings that specifies the list of app packages that should not be cleaned up from the device after a test run.


@JvmName(name = "hjksmgodfsxgrais")
suspend fun excludeAppPackagesFromCleanups(vararg values: Output<String>)


@JvmName(name = "xixulmwwruarnoro")
suspend fun excludeAppPackagesFromCleanups(values: List<Output<String>>)
@JvmName(name = "eadxhgahpqixrtjc")
suspend fun excludeAppPackagesFromCleanups(vararg values: String)

Parameters

values

An array of strings that specifies the list of app packages that should not be cleaned up from the device after a test run.