| Package | Description |
|---|---|
| org.jenkins.plugins.lockableresources | |
| org.jenkins.plugins.lockableresources.actions | |
| org.jenkins.plugins.lockableresources.queue |
| Modifier and Type | Method and Description |
|---|---|
LockableResource |
LockableResourcesManager.fromName(String resourceName) |
| Modifier and Type | Method and Description |
|---|---|
List<LockableResource> |
LockableResourcesManager.getResources() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LockableResourcesManager.lock(List<LockableResource> resources,
hudson.model.AbstractBuild<?,?> build) |
boolean |
LockableResourcesManager.queue(List<LockableResource> resources,
int queueItemId) |
void |
LockableResourcesManager.unlock(List<LockableResource> resources,
hudson.model.AbstractBuild<?,?> build) |
| Modifier and Type | Method and Description |
|---|---|
List<LockableResource> |
LockableResourcesRootAction.getResources() |
| Modifier and Type | Method and Description |
|---|---|
static LockedResourcesBuildAction |
LockedResourcesBuildAction.fromResources(List<LockableResource> resources) |
| Constructor and Description |
|---|
LockedResourcesBuildAction.ResourcePOJO(LockableResource r) |
| Modifier and Type | Method and Description |
|---|---|
List<LockableResource> |
LockableResourcesQueueTaskDispatcher.BecauseResourcesLocked.getResources() |
static List<LockableResource> |
Utils.requiredResources(hudson.model.AbstractProject<?,?> project) |
| Constructor and Description |
|---|
LockableResourcesQueueTaskDispatcher.BecauseResourcesLocked(List<LockableResource> resources) |
Copyright © 2004-2013. All Rights Reserved.