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 DiskInfoProviderDisk. 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 classNoDiskInfoDiskInfoProviderimplementation that sets values to 0 ornull.classUserProvidedDiskInfoDiskInfoProviderimplementation 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 intAbstractDiskSpeedStrategy. getDiskSpeed(DiskInfoProvider diskInfo)Override this method to return the speed property on which the selection should be made.protected intFastestReadSpeedStrategy. getDiskSpeed(DiskInfoProvider diskInfo)protected intFastestWriteSpeedStrategy. getDiskSpeed(DiskInfoProvider diskInfo)
-