Uses of Class
org.jenkinsci.plugins.ewm.DiskInfoProvider
-
Packages that use DiskInfoProvider Package Description org.jenkinsci.plugins.ewm org.jenkinsci.plugins.ewm.definitions org.jenkinsci.plugins.ewm.providers org.jenkinsci.plugins.ewm.strategies -
-
Uses of DiskInfoProvider in org.jenkinsci.plugins.ewm
Methods in org.jenkinsci.plugins.ewm that return types with arguments of type DiskInfoProvider Modifier and Type Method Description static ExtensionList<DiskInfoProvider>
DiskInfoProvider. all()
Constructor parameters in org.jenkinsci.plugins.ewm with type arguments of type DiskInfoProvider Constructor Description DiskInfoProviderDescriptor(Class<? extends DiskInfoProvider> clazz)
-
Uses of DiskInfoProvider in org.jenkinsci.plugins.ewm.definitions
Methods in org.jenkinsci.plugins.ewm.definitions that return DiskInfoProvider Modifier and Type Method Description DiskInfoProvider
Disk. getDiskInfo()
Constructors in org.jenkinsci.plugins.ewm.definitions with parameters of type DiskInfoProvider Constructor Description Disk(String diskId, String displayName, String masterMountPoint, String physicalPathOnDisk, DiskInfoProvider diskInfo)
-
Uses of DiskInfoProvider in org.jenkinsci.plugins.ewm.providers
Subclasses of DiskInfoProvider in org.jenkinsci.plugins.ewm.providers Modifier and Type Class Description class
NoDiskInfo
DiskInfoProvider
implementation that sets values to 0 ornull
.class
UserProvidedDiskInfo
DiskInfoProvider
implementation that has values provided by the user. -
Uses of DiskInfoProvider in org.jenkinsci.plugins.ewm.strategies
Methods in org.jenkinsci.plugins.ewm.strategies with parameters of type DiskInfoProvider Modifier and Type Method Description protected abstract int
AbstractDiskSpeedStrategy. getDiskSpeed(DiskInfoProvider diskInfo)
Override this method to return the speed property on which the selection should be made.protected int
FastestReadSpeedStrategy. getDiskSpeed(DiskInfoProvider diskInfo)
protected int
FastestWriteSpeedStrategy. getDiskSpeed(DiskInfoProvider diskInfo)
-