This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Android.Adb.
Summary
Pulls a file from the target to a local destination.
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. |