public interface MetadataApi
| Modifier and Type | Method and Description |
|---|---|
Future<Response> |
sendBinary(byte[] attachment) |
Future<Response> |
sendHeader(String repoUrl,
String rev,
String branch,
String group) |
Future<Response> |
sendMetadata(String path,
int location,
String mimeType) |
Future<Response> |
sendStackTrace(String path,
int location,
String stackTrace) |
Future<Response> |
sendTestCaseResult(String path,
int location,
Status status) |
Future<Response> |
sendTestStepResult(String path,
int location,
Status status) |
Copyright © 2014. All Rights Reserved.