public class NullMetadataClient extends Object implements MetadataApi
| Constructor and Description |
|---|
NullMetadataClient() |
| 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) |
public void sendHeader(String repoUrl, String rev, String branch, String buildId)
sendHeader in interface MetadataApipublic void sendTestStepResult(String path, int location, Status status)
sendTestStepResult in interface MetadataApipublic void sendTestCaseResult(String path, int location, Status status)
sendTestCaseResult in interface MetadataApipublic void sendStackTrace(String path, int location, String stackTrace)
sendStackTrace in interface MetadataApipublic void sendMetadata(String path, int location, String mimeType)
sendMetadata in interface MetadataApipublic void sendBinary(byte[] attachment)
sendBinary in interface MetadataApipublic void waitForReplies(int timeoutMillis)
waitForReplies in interface MetadataApiCopyright © 2014. All Rights Reserved.