Home
last modified time | relevance | path

Searched defs:ArtifactConfig (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/tools/content_uploader/
Duploader.py35 class ArtifactConfig: class
149 artifact: ArtifactConfig,
242 def _path_flag_for_artifact(artifact: ArtifactConfig) -> list[str]:
297 self, artifacts: list[ArtifactConfig], working_dir: str, dist_dir: str
340 def upload(self, artifacts: list[ArtifactConfig], dist_dir: str,
425 def _artifact_path(path: str, artifact: ArtifactConfig) -> str:
434 def _artifact_variations(path: str, artifact: ArtifactConfig) -> list[ArtifactConfig]:
Dartifact_manager.py24 def __init__(self, artifacts: Dict[str, ArtifactConfig]): argument