for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
from lib import actions
class GetResultArtifact(actions.BaseAction):
def run(self, uuid, report_uuid, artifact_name, raw=False, verify=True):
response = self.client.get_result_artifact(uuid, report_uuid,
artifact_name, raw, verify)
return response