Uses of Class
step.repositories.azure.devops.rest.ApiInvocationException
-
Packages that use ApiInvocationException Package Description step.repositories.azure.devops.rest -
-
Uses of ApiInvocationException in step.repositories.azure.devops.rest
Methods in step.repositories.azure.devops.rest that throw ApiInvocationException Modifier and Type Method Description protected <R> R
AbstractRestClient. invoke(Callable<R> callable)
protected <T> T
AbstractRestClient. performCall(jakarta.ws.rs.client.Invocation.Builder builder, String method, Object requestEntity, Class<T> responseType)
-