Class ScreenshotRequests
java.lang.Object
com.github.angleshq.angles.api.requests.BaseRequests
com.github.angleshq.angles.api.requests.ScreenshotRequests
-
Field Summary
Fields inherited from class com.github.angleshq.angles.api.requests.BaseRequests
baseUrl, client, gson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbaselineCompare(String screenshotId) create(CreateScreenshot createScreenshot) update(String screenshotId, UpdateScreenshot updateRequest) Methods inherited from class com.github.angleshq.angles.api.requests.BaseRequests
getDefaultErrorMessage, processErrorResponse, processResponse, sendDelete, sendJSONGet, sendJSONGet, sendJSONPost, sendJSONPut, sendMultiPartEntity
-
Constructor Details
-
ScreenshotRequests
-
-
Method Details
-
create
public Screenshot create(CreateScreenshot createScreenshot) throws IOException, AnglesServerException - Throws:
IOExceptionAnglesServerException
-
get
public Screenshot[] get(String buildId, String view, Integer limit, Integer skip) throws IOException, URISyntaxException, AnglesServerException -
get
- Throws:
IOExceptionAnglesServerException
-
baselineCompare
public ImageCompareResponse baselineCompare(String screenshotId) throws IOException, AnglesServerException - Throws:
IOExceptionAnglesServerException
-
delete
- Throws:
IOExceptionAnglesServerException
-
update
public Screenshot update(String screenshotId, UpdateScreenshot updateRequest) throws IOException, AnglesServerException - Throws:
IOExceptionAnglesServerException
-