Class RemoteAcquireStatus
java.lang.Object
org.jenkins.plugins.lockableresources.remote.RemoteAcquireStatus
Parsed status of a remote acquire request.
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteAcquireStatus(String lockId, RemoteAcquireState state, String errorCode, String message, Map<String, String> lockEnvVars) RemoteAcquireStatus(String lockId, RemoteAcquireState state, String errorCode, String message, Map<String, String> lockEnvVars, List<String> resourceNames) -
Method Summary
Modifier and TypeMethodDescriptionResources the remote handed over, when it reported them.getState()
-
Constructor Details
-
RemoteAcquireStatus
-
RemoteAcquireStatus
-
-
Method Details
-
getLockId
-
getState
-
getErrorCode
-
getMessage
-
getLockEnvVars
-
getResourceNames
Resources the remote handed over, when it reported them.
-