|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceList | |
|---|---|
| hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
| hudson.model.queue | |
| Uses of ResourceList in hudson.model |
|---|
| Fields in hudson.model declared as ResourceList | |
|---|---|
static ResourceList |
ResourceList.EMPTY
Empty resource list. |
| Methods in hudson.model that return ResourceList | |
|---|---|
ResourceList |
AbstractProject.getResourceList()
List of necessary resources to perform the build of this project. |
ResourceList |
ResourceActivity.getResourceList()
Gets the list of Resources that this task requires. |
ResourceList |
ResourceList.r(Resource r)
Adds a resource for read access. |
static ResourceList |
ResourceList.union(Collection<ResourceList> lists)
Creates union of all resources. |
static ResourceList |
ResourceList.union(ResourceList... lists)
Creates union of all resources. |
ResourceList |
ResourceList.w(Resource r)
Adds a resource for write access. |
| Methods in hudson.model with parameters of type ResourceList | |
|---|---|
boolean |
ResourceController.canRun(ResourceList resources)
Checks if an activity that requires the given resource list can run immediately. |
Resource |
ResourceList.getConflict(ResourceList that)
Returns the resource in this list that's colliding with the given resource list. |
Resource |
ResourceController.getMissingResource(ResourceList resources)
Of the resource in the given resource list, return the one that's currently in use. |
boolean |
ResourceList.isCollidingWith(ResourceList that)
Checks if this resource list and that resource list has any conflicting resource access. |
static ResourceList |
ResourceList.union(ResourceList... lists)
Creates union of all resources. |
| Method parameters in hudson.model with type arguments of type ResourceList | |
|---|---|
static ResourceList |
ResourceList.union(Collection<ResourceList> lists)
Creates union of all resources. |
| Uses of ResourceList in hudson.model.queue |
|---|
| Methods in hudson.model.queue that return ResourceList | |
|---|---|
ResourceList |
QueueTaskFilter.getResourceList()
|
ResourceList |
AbstractSubTask.getResourceList()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||