AdbAliases.

AdbPull(ICakeContext, FilePath, DirectoryPath, AdbToolSettings) Method

Summary

Pulls a file from the target to a local destination.
Assembly
Cake.Android.Adb.dll
Namespace
Cake.AndroidAdb
Containing Type
AdbAliases

Syntax

public static bool AdbPull(this ICakeContext context, FilePath remoteFileSource, DirectoryPath localDirectoryDestination, AdbToolSettings settings = null)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext Context.
remoteFileSource FilePath Remote file to pull.
localDirectoryDestination DirectoryPath Local destination.
settings AdbToolSettings Settings.

Return Value

Type Description
bool true, if pull succeeded, false otherwise.