Uses of Class
org.jenkins.plugins.lockableresources.remote.RemoteLockRecord
Packages that use RemoteLockRecord
Package
Description
-
Uses of RemoteLockRecord in org.jenkins.plugins.lockableresources
Methods in org.jenkins.plugins.lockableresources that return RemoteLockRecordModifier and TypeMethodDescriptionLockableResource.getRemoteLockRecord()Returns the fullRemoteLockRecordfor the active remote lock, ornullif the resource is not remotely locked or the record is no longer available. -
Uses of RemoteLockRecord in org.jenkins.plugins.lockableresources.remote
Methods in org.jenkins.plugins.lockableresources.remote that return RemoteLockRecordModifier and TypeMethodDescriptionRemoteLockManager.enqueue(RemoteLockRequest lockRequest, String clientId) Enqueues a new remote acquire request.Returns the record for the given lockId, ornullif not found.RemoteQueueEntry.getRecord()Constructors in org.jenkins.plugins.lockableresources.remote with parameters of type RemoteLockRecordModifierConstructorDescriptionRemoteQueueEntry(RemoteLockRecord record, List<LockableResourcesStruct> structs, int priority, long timeoutForAllocateResource, String timeoutUnit)