pushFiles

@JvmName(name = "kfkexcuijuivxqnb")
suspend fun pushFiles(value: Output<List<IosDeviceFileArgs>>)
@JvmName(name = "noxxdiwwngjkhajg")
suspend fun pushFiles(value: List<IosDeviceFileArgs>?)

Parameters

value

List of files to push to the device before starting the test.


@JvmName(name = "pqmfaobnijotxqde")
suspend fun pushFiles(vararg values: Output<IosDeviceFileArgs>)


@JvmName(name = "joomhgsoeebjxplf")
suspend fun pushFiles(values: List<Output<IosDeviceFileArgs>>)
@JvmName(name = "rgxhkvcjxvsqyvnm")
suspend fun pushFiles(vararg values: IosDeviceFileArgs)

Parameters

values

List of files to push to the device before starting the test.


@JvmName(name = "qycokiqmdktpxtat")
suspend fun pushFiles(argument: List<suspend IosDeviceFileArgsBuilder.() -> Unit>)
@JvmName(name = "vptbptahfpjymvay")
suspend fun pushFiles(vararg argument: suspend IosDeviceFileArgsBuilder.() -> Unit)
@JvmName(name = "nworfxkgqcaqrxbe")
suspend fun pushFiles(argument: suspend IosDeviceFileArgsBuilder.() -> Unit)

Parameters

argument

List of files to push to the device before starting the test.