Uses of Class
hudson.model.ResourceList
Packages that use ResourceList
-
Uses of ResourceList in hudson.model
Fields in hudson.model declared as ResourceListModifier and TypeFieldDescriptionstatic final ResourceList
ResourceList.EMPTY
Empty resource list.Methods in hudson.model that return ResourceListModifier and TypeMethodDescriptionAbstractProject.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.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.Adds a resource for write access.Methods in hudson.model with parameters of type ResourceListModifier and TypeMethodDescriptionboolean
ResourceController.canRun
(ResourceList resources) Checks if an activity that requires the given resource list can run immediately.ResourceList.getConflict
(ResourceList that) Returns the resource in this list that's colliding with the given resource list.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 ResourceListModifier and TypeMethodDescriptionstatic 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