Uses of Class
org.jenkinsci.plugins.ewm.definitions.Disk
-
Packages that use Disk Package Description org.jenkinsci.plugins.ewm org.jenkinsci.plugins.ewm.definitions org.jenkinsci.plugins.ewm.strategies -
-
Uses of Disk in org.jenkinsci.plugins.ewm
Methods in org.jenkinsci.plugins.ewm that return Disk Modifier and Type Method Description abstract Disk
DiskAllocationStrategy. allocateDisk(List<Disk> disks)
Allocates a disk from the given list.Methods in org.jenkinsci.plugins.ewm with parameters of type Disk Modifier and Type Method Description long
DiskAllocationStrategy. retrieveUsableSpaceInBytes(Disk disk)
Retrieves the usable space in bytes for the givenDisk
entry.protected long
DiskAllocationStrategy. retrieveUsableSpaceInMegaBytes(Disk disk)
Retrieves the usable space in MB for the givenDisk
entry.Method parameters in org.jenkinsci.plugins.ewm with type arguments of type Disk Modifier and Type Method Description abstract Disk
DiskAllocationStrategy. allocateDisk(List<Disk> disks)
Allocates a disk from the given list. -
Uses of Disk in org.jenkinsci.plugins.ewm.definitions
Methods in org.jenkinsci.plugins.ewm.definitions that return types with arguments of type Disk Modifier and Type Method Description Descriptor<Disk>
Disk. getDescriptor()
List<Disk>
DiskPool. getDisks()
Constructor parameters in org.jenkinsci.plugins.ewm.definitions with type arguments of type Disk Constructor Description DiskPool(String diskPoolId, String displayName, String description, String workspaceTemplate, com.synopsys.arc.jenkinsci.plugins.jobrestrictions.restrictions.JobRestriction restriction, DiskAllocationStrategy strategy, List<Disk> disks)
-
Uses of Disk in org.jenkinsci.plugins.ewm.strategies
Methods in org.jenkinsci.plugins.ewm.strategies that return Disk Modifier and Type Method Description Disk
AbstractDiskSpeedStrategy. allocateDisk(List<Disk> disks)
Disk
MostUsableSpaceStrategy. allocateDisk(List<Disk> disks)
Method parameters in org.jenkinsci.plugins.ewm.strategies with type arguments of type Disk Modifier and Type Method Description Disk
AbstractDiskSpeedStrategy. allocateDisk(List<Disk> disks)
Disk
MostUsableSpaceStrategy. allocateDisk(List<Disk> disks)
-