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 DiskDiskAllocationStrategy. 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 longDiskAllocationStrategy. retrieveUsableSpaceInBytes(Disk disk)Retrieves the usable space in bytes for the givenDiskentry.protected longDiskAllocationStrategy. retrieveUsableSpaceInMegaBytes(Disk disk)Retrieves the usable space in MB for the givenDiskentry.Method parameters in org.jenkinsci.plugins.ewm with type arguments of type Disk Modifier and Type Method Description abstract DiskDiskAllocationStrategy. 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 DiskAbstractDiskSpeedStrategy. allocateDisk(List<Disk> disks)DiskMostUsableSpaceStrategy. allocateDisk(List<Disk> disks)Method parameters in org.jenkinsci.plugins.ewm.strategies with type arguments of type Disk Modifier and Type Method Description DiskAbstractDiskSpeedStrategy. allocateDisk(List<Disk> disks)DiskMostUsableSpaceStrategy. allocateDisk(List<Disk> disks)
-