Package io.orangebeard.client
Class AbstractClient
- java.lang.Object
- 
- io.orangebeard.client.AbstractClient
 
- 
- All Implemented Interfaces:
- OrangebeardClient
 - Direct Known Subclasses:
- OrangebeardV1Client,- OrangebeardV2Client
 
 public abstract class AbstractClient extends Object implements OrangebeardClient 
- 
- 
Constructor SummaryConstructors Constructor Description AbstractClient(UUID uuid)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.http.HttpHeadersgetAuthorizationHeaders(String accessToken)protected org.springframework.http.HttpEntity<org.springframework.util.LinkedMultiValueMap<String,Object>>getMultipartLogRequest(Attachment attachmentLogItem)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface io.orangebeard.client.OrangebeardClientfinishTestItem, finishTestRun, log, sendAttachment, startTestItem, startTestRun, updateTestRun
 
- 
 
- 
- 
- 
Field Detail- 
uuidprotected final UUID uuid 
 
- 
 - 
Constructor Detail- 
AbstractClientpublic AbstractClient(UUID uuid) 
 
- 
 - 
Method Detail- 
getAuthorizationHeadersprotected org.springframework.http.HttpHeaders getAuthorizationHeaders(String accessToken) 
 - 
getMultipartLogRequestprotected org.springframework.http.HttpEntity<org.springframework.util.LinkedMultiValueMap<String,Object>> getMultipartLogRequest(Attachment attachmentLogItem) 
 
- 
 
-