Skip to content

Commit

Permalink
Update AndroidGcloudConfig.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfilipow92 committed Oct 30, 2020
1 parent c326ea3 commit 3b05bfa
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,6 @@ data class AndroidGcloudConfig @JsonIgnore constructor(
@set:JsonProperty("grant-permissions")
var grantPermissions: String? by data

@set:CommandLine.Option(
names = ["--directories-to-pull"],
split = ",",
description = ["A list of paths that will be copied from the device's " +
"storage to the designated results bucket after the test is complete. These must be absolute paths under " +
"/sdcard or /data/local/tmp (for example, --directories-to-pull /sdcard/tempDir1,/data/local/tmp/tempDir2). " +
"Path names are restricted to the characters a-zA-Z0-9_-./+. The paths /sdcard and /data will be made available " +
"and treated as implicit path substitutions. E.g. if /sdcard on a particular device does not map to external " +
"storage, the system will replace it with the external storage path prefix for that device."]
)
@set:JsonProperty("directories-to-pull")
var directoriesToPull: List<String>? by data

@set:CommandLine.Option(
names = ["--scenario-numbers"],
split = ",",
Expand Down

0 comments on commit 3b05bfa

Please sign in to comment.