Uses of Enum Class
org.jenkins.plugins.lockableresources.remote.RemoteAcquireState
Packages that use RemoteAcquireState
-
Uses of RemoteAcquireState in org.jenkins.plugins.lockableresources.remote
Methods in org.jenkins.plugins.lockableresources.remote that return RemoteAcquireStateModifier and TypeMethodDescriptionstatic RemoteAcquireStateRemoteAcquireState.fromString(String state) RemoteAcquireStatus.getState()static RemoteAcquireStateReturns the enum constant of this class with the specified name.static RemoteAcquireState[]RemoteAcquireState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jenkins.plugins.lockableresources.remote with parameters of type RemoteAcquireStateModifierConstructorDescriptionRemoteAcquireStatus(String lockId, RemoteAcquireState state, String errorCode, String message, Map<String, String> lockEnvVars)