Uses of Class
hudson.model.ResourceList
-
Uses of ResourceList in hudson.model
Modifier and TypeFieldDescriptionstatic final ResourceList
ResourceList.EMPTY
Empty resource list.Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionstatic ResourceList
ResourceList.union
(Collection<ResourceList> lists) Creates union of all resources. -
Uses of ResourceList in hudson.model.queue