Uses of Class
org.jenkins.plugins.lockableresources.remote.RemoteQueueEntry
Packages that use RemoteQueueEntry
Package
Description
-
Uses of RemoteQueueEntry in org.jenkins.plugins.lockableresources
Methods in org.jenkins.plugins.lockableresources that return types with arguments of type RemoteQueueEntryModifier and TypeMethodDescriptionLockableResourcesManager.getCurrentRemoteQueueEntries()Returns a read-only snapshot of current remote queue entries.Methods in org.jenkins.plugins.lockableresources with parameters of type RemoteQueueEntryModifier and TypeMethodDescriptionvoidLockableResourcesManager.queueRemote(RemoteQueueEntry entry) Adds a remote queue entry in priority-descending order (highest priority at front, matching local pipeline queue ordering). -
Uses of RemoteQueueEntry in org.jenkins.plugins.lockableresources.actions
Methods in org.jenkins.plugins.lockableresources.actions with parameters of type RemoteQueueEntryModifier and TypeMethodDescriptionvoidLockableResourcesRootAction.Queue.add(RemoteQueueEntry remoteEntry) Constructors in org.jenkins.plugins.lockableresources.actions with parameters of type RemoteQueueEntry