Package hudson.model

Class 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 Detail

      • EMPTY

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

      • ResourceList

        public ResourceList()