#include <fetch_context.h>
◆ FetchArtifact()
| cuttlefish::FetchArtifact::FetchArtifact |
( |
class FetchBuildContext & |
context, |
|
|
std::string |
artifact_name |
|
) |
| |
|
private |
◆ AsZip()
◆ DeleteLocalFile()
| Result< void > cuttlefish::FetchArtifact::DeleteLocalFile |
( |
| ) |
|
◆ Download()
| Result< void > cuttlefish::FetchArtifact::Download |
( |
| ) |
|
◆ DownloadTo()
| Result< void > cuttlefish::FetchArtifact::DownloadTo |
( |
std::string |
local_path | ) |
|
◆ ExtractAll() [1/2]
| Result< void > cuttlefish::FetchArtifact::ExtractAll |
( |
| ) |
|
◆ ExtractAll() [2/2]
| Result< void > cuttlefish::FetchArtifact::ExtractAll |
( |
const std::string & |
local_path | ) |
|
◆ ExtractOne()
| Result< void > cuttlefish::FetchArtifact::ExtractOne |
( |
const std::string & |
member_name | ) |
|
◆ ExtractOneTo()
| Result< void > cuttlefish::FetchArtifact::ExtractOneTo |
( |
const std::string & |
member_name, |
|
|
const std::string & |
local_path |
|
) |
| |
◆ FetchBuildContext
◆ artifact_name_
| std::string cuttlefish::FetchArtifact::artifact_name_ |
|
private |
◆ downloaded_path_
| std::string cuttlefish::FetchArtifact::downloaded_path_ |
|
private |
◆ fetch_build_context_
◆ zip_
| std::optional<ReadableZip> cuttlefish::FetchArtifact::zip_ |
|
private |
The documentation for this class was generated from the following files: