public interface MetadataApi
| Modifier and Type | Method and Description |
|---|---|
void |
sendBinary(byte[] attachment) |
void |
sendHeader(String repoUrl,
String rev,
String branch,
String buildId) |
void |
sendMetadata(String path,
int location,
String mimeType) |
void |
sendStackTrace(String path,
int location,
String stackTrace) |
void |
sendTestCaseResult(String path,
int location,
Status status) |
void |
sendTestStepResult(String path,
int location,
Status status) |
void |
waitForReplies(int timeoutMillis) |
void sendBinary(byte[] attachment)
void waitForReplies(int timeoutMillis)
throws InterruptedException
InterruptedExceptionCopyright © 2014. All Rights Reserved.