Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.model.queue |
Modifier and Type | Field and Description |
---|---|
static ResourceList |
ResourceList.EMPTY
Empty resource list.
|
Modifier and Type | Method and Description |
---|---|
ResourceList |
ResourceActivity.getResourceList()
Gets the list of
Resource s that this task requires. |
ResourceList |
AbstractProject.getResourceList()
List of necessary resources to perform the build of this project.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static ResourceList |
ResourceList.union(Collection<ResourceList> lists)
Creates union of all resources.
|
Modifier and Type | Method and Description |
---|---|
ResourceList |
AbstractSubTask.getResourceList() |
ResourceList |
QueueTaskFilter.getResourceList() |
Copyright © 2014. All rights reserved.