Uses of Class
org.jenkins.plugins.lockableresources.remote.RemoteApiException
Packages that use RemoteApiException
-
Uses of RemoteApiException in org.jenkins.plugins.lockableresources.remote
Methods in org.jenkins.plugins.lockableresources.remote that throw RemoteApiExceptionModifier and TypeMethodDescriptionRemoteApiClient.enqueueAcquire(RemoteConnection remote, String authorizationHeader, RemoteLockRequest lockRequest, int heartbeatIntervalSeconds, String clientId) POST /acquire and return accepted lockId.RemoteApiClient.getAcquireStatus(RemoteConnection remote, String authorizationHeader, String lockId) GET /acquire/{requestId}.voidRemoteApiClient.heartbeatLease(RemoteConnection remote, String authorizationHeader, String lockId) POST /lease/{lockId}/heartbeat.voidRemoteApiClient.releaseLease(RemoteConnection remote, String authorizationHeader, String lockId) POST /lease/{lockId}/release.