27 std::string project_id);
30 std::string_view target);
31 std::string
GetBuildUrl(std::string_view
id, std::string_view target);
32 std::string
GetArtifactUrl(std::string_view
id, std::string_view target,
33 const std::vector<std::string>& artifact_filenames,
34 std::string_view page_token);
36 std::string_view target,
37 std::string_view artifact);
Definition: android_build_url.h:24
AndroidBuildUrl(std::string api_base_url, std::string api_key, std::string project_id)
Definition: android_build_url.cpp:112
std::string GetLatestBuildIdUrl(std::string_view branch, std::string_view target)
Definition: android_build_url.cpp:118
std::string GetArtifactUrl(std::string_view id, std::string_view target, const std::vector< std::string > &artifact_filenames, std::string_view page_token)
Definition: android_build_url.cpp:140
std::string api_key_
Definition: android_build_url.h:41
std::string GetArtifactDownloadUrl(std::string_view id, std::string_view target, std::string_view artifact)
Definition: android_build_url.cpp:159
std::string api_base_url_
Definition: android_build_url.h:40
std::string GetBuildUrl(std::string_view id, std::string_view target)
Definition: android_build_url.cpp:132
std::string project_id_
Definition: android_build_url.h:42
Definition: alloc_utils.cpp:23