Uses of Class
com.github.angleshq.angles.api.exceptions.AnglesServerException
Packages that use AnglesServerException
-
Uses of AnglesServerException in com.github.angleshq.angles.api.requests
Methods in com.github.angleshq.angles.api.requests that throw AnglesServerExceptionModifier and TypeMethodDescriptionScreenshotRequests.baselineCompare(String screenshotId) BuildRequests.create(CreateBuild createBuild) EnvironmentRequests.create(Environment environment) ExecutionRequests.create(CreateExecution createExecution) ScreenshotRequests.create(CreateScreenshot createScreenshot) Build[]EnvironmentRequests.get()ExecutionRequests.get()Team[]TeamRequests.get()protected voidBaseRequests.processErrorResponse(org.apache.http.client.methods.CloseableHttpResponse response) protected <T> TBaseRequests.processResponse(org.apache.http.client.methods.CloseableHttpResponse response, Class<T> responseClass) EnvironmentRequests.update(Environment environment) ScreenshotRequests.update(String screenshotId, UpdateScreenshot updateRequest)