Package io.orangebeard.client
Class AbstractClient
- java.lang.Object
-
- io.orangebeard.client.AbstractClient
-
- All Implemented Interfaces:
OrangebeardClient
- Direct Known Subclasses:
OrangebeardV1Client,OrangebeardV1ClientDeprecated,OrangebeardV2Client
public abstract class AbstractClient extends Object implements OrangebeardClient
-
-
Constructor Summary
Constructors Constructor Description AbstractClient(UUID uuid)
-
Method Summary
All 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.orangebeard.client.OrangebeardClient
finishTestItem, finishTestRun, log, sendAttachment, startTestItem, startTestRun
-
-
-
-
Field Detail
-
uuid
protected final UUID uuid
-
-
Constructor Detail
-
AbstractClient
public AbstractClient(UUID uuid)
-
-
Method Detail
-
getAuthorizationHeaders
protected org.springframework.http.HttpHeaders getAuthorizationHeaders(String accessToken)
-
getMultipartLogRequest
protected org.springframework.http.HttpEntity<org.springframework.util.LinkedMultiValueMap<String,Object>> getMultipartLogRequest(Attachment attachmentLogItem)
-
-