Package org.jenkinsci.plugins.nomad.Api
Class Device
- java.lang.Object
-
- org.jenkinsci.plugins.nomad.Api.Device
-
@Deprecated public class Device extends Object
Deprecated.Only required for backward compatibility
-
-
Constructor Summary
Constructors Constructor Description Device(String name, Integer count)Deprecated.Device(NomadDevicePluginTemplate nomadDevicePluginTemplate)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description IntegergetCount()Deprecated.StringgetName()Deprecated.voidsetCount(Integer count)Deprecated.voidsetName(String name)Deprecated.
-
-
-
Constructor Detail
-
Device
public Device(NomadDevicePluginTemplate nomadDevicePluginTemplate)
Deprecated.
-
-