excludeAppPackagesFromCleanups

@JvmName(name = "xpofavfraxoweqpx")
suspend fun excludeAppPackagesFromCleanups(value: Output<List<String>>)
@JvmName(name = "lpoxvfyrbxucgbep")
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 = "ortxcrxpfldrwqwn")
suspend fun excludeAppPackagesFromCleanups(vararg values: Output<String>)


@JvmName(name = "mugakwvjawwluysn")
suspend fun excludeAppPackagesFromCleanups(values: List<Output<String>>)
@JvmName(name = "gkefhaadpouwcklb")
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.