Home | History | Annotate | Download | only in api

Lines Matching full:branch

100     def GetArtifact(self, branch, build_target, build_id, resource_id,
105 branch: Branch from which the code was built, e.g. "master"
135 def GetManifest(self, branch, build_target, build_id, attempt_id=None):
139 branch: Branch from which the code was built, e.g. "master"
149 return self.GetArtifact(branch, build_target, build_id, resource_id,
152 def GetRepoDictionary(self, branch, build_target, build_id, attempt_id=None):
156 branch: Branch from which the code was built, e.g. "master"
166 build_info = self.GetArtifact(branch, build_target, build_id,
174 def GetCoverage(self, branch, build_target, build_id, product,
179 branch: Branch from which the code was built, e.g. "master"
190 return self.GetArtifact(branch, build_target, build_id, resource_id,