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(java.util.concurrent.Callable<R> callable)
protected <T> T
AbstractRestClient. performCall(jakarta.ws.rs.client.Invocation.Builder builder, java.lang.String method, java.lang.Object requestEntity, java.lang.Class<T> responseType)
-