Package org.jenkinsci.plugins.nomad
Class NomadDevicePluginTemplate
- java.lang.Object
-
- org.jenkinsci.plugins.nomad.NomadDevicePluginTemplate
-
- All Implemented Interfaces:
Describable<NomadDevicePluginTemplate>
@Deprecated public class NomadDevicePluginTemplate extends Object implements Describable<NomadDevicePluginTemplate>
Deprecated.Only required for backward compatibility
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNomadDevicePluginTemplate.DescriptorImplDeprecated.
-
Constructor Summary
Constructors Constructor Description NomadDevicePluginTemplate(String name, Integer count)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description IntegergetCount()Deprecated.Descriptor<NomadDevicePluginTemplate>getDescriptor()Deprecated.StringgetName()Deprecated.NomadWorkerTemplategetNomadWorkerTemplate()Deprecated.protected ObjectreadResolve()Deprecated.voidsetNomadWorkerTemplate(NomadWorkerTemplate worker)Deprecated.
-
-
-
Method Detail
-
readResolve
protected Object readResolve()
Deprecated.
-
getDescriptor
public Descriptor<NomadDevicePluginTemplate> getDescriptor()
Deprecated.- Specified by:
getDescriptorin interfaceDescribable<NomadDevicePluginTemplate>
-
getName
public String getName()
Deprecated.
-
getCount
public Integer getCount()
Deprecated.
-
getNomadWorkerTemplate
public NomadWorkerTemplate getNomadWorkerTemplate()
Deprecated.
-
setNomadWorkerTemplate
public void setNomadWorkerTemplate(NomadWorkerTemplate worker)
Deprecated.
-
-