AdbAliases.

AdbPull(ICakeContext, DirectoryPath, DirectoryPath, AdbToolSettings) Method

Summary

Pulls a directory 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, DirectoryPath remoteDirectorySource, DirectoryPath localDirectoryDestination, AdbToolSettings settings = null)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext Context.
remoteDirectorySource DirectoryPath Remote directory to pull.
localDirectoryDestination DirectoryPath Local destination.
settings AdbToolSettings Settings.

Return Value

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