Package hudson.model

Class ResourceList

java.lang.Object
hudson.model.ResourceList

public final class ResourceList extends Object
List of Resources that an activity needs.

There are two ways to access resources. Read and write. As with usual reader/writer pattern, multiple read accesses can co-exist concurrently, but write access requires exclusive access (the number of allowed concurrent write activity is determined by Resource.numConcurrentWrite.

Since:
1.121
Author:
Kohsuke Kawaguchi
  • Field Details

    • EMPTY

      public static final ResourceList EMPTY
      Empty resource list.
  • Constructor Details

    • ResourceList

      public ResourceList()
  • Method Details