Package org.jenkinsci.plugins.nomad.Api
Class Resource
- java.lang.Object
-
- org.jenkinsci.plugins.nomad.Api.Resource
-
@Deprecated public class Resource extends Object
Deprecated.Only required for backward compatibility
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description IntegergetCPU()Deprecated.List<Device>getDevicePlugins()Deprecated.IntegergetMemoryMB()Deprecated.List<Network>getNetworks()Deprecated.voidsetCPU(Integer CPU)Deprecated.voidsetDevicePlugins(List<Device> devicePlugins)Deprecated.voidsetMemoryMB(Integer memoryMB)Deprecated.voidsetNetworks(List<Network> networks)Deprecated.
-