Uses of Class
hudson.model.ResourceList
-
Packages that use ResourceList Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.model.queue -
-
Uses of ResourceList in hudson.model
Fields in hudson.model declared as ResourceList Modifier and Type Field Description static ResourceList
ResourceList. EMPTY
Empty resource list.Methods in hudson.model that return ResourceList Modifier and Type Method Description ResourceList
AbstractProject. getResourceList()
List of necessary resources to perform the build of this project.default ResourceList
ResourceActivity. getResourceList()
Gets the list ofResource
s that this task requires.ResourceList
ResourceList. r(Resource r)
Adds a resource for read access.static ResourceList
ResourceList. union(ResourceList... lists)
Creates union of all resources.static ResourceList
ResourceList. union(Collection<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 Modifier and Type Method 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.Method parameters in hudson.model with type arguments of type ResourceList Modifier and Type Method Description 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 Modifier and Type Method Description ResourceList
QueueTaskFilter. getResourceList()
-